question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Render More Attributes (ng-*)

See original GitHub issue

Current rendering:

div.well.ng-scope > div.ng-scope > div > button.btn.btn-lg.btn-primary

For angular and others it would be nice to include some attributes like ng-click and friends:

div.well.ng-scope > div.ng-scope > div > button.btn.btn-lg.btn-primary[ng-click="uploadFile()"]

Originally reported here: https://github.com/getsentry/sentry/issues/3220

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
takahashi64commented, Nov 24, 2016

Hi there. For complex UI, the click breadcrumbs don’t have enough detail - can you not include the XPATH of the element that is clicked? Otherwise its sometimes not possible to work out which element was clicked.

0reactions
kamilogorekcommented, Jan 19, 2018

I’ll close this one for now, as we’re aware of this missing piece and we’ll be revisiting how this thing is working in the next major version.

Ref: https://github.com/getsentry/raven-js/issues/783 Ref: https://github.com/getsentry/raven-js/issues/577

Read more comments on GitHub >

github_iconTop Results From Across the Web

Re render html when adding new angular attribute
my problem is basically make the compiler getting a new attribute i've added in a directive. I'm using typescript and i have something...
Read more >
Attribute binding - Angular
With attribute binding, you can improve accessibility, style your application dynamically, and manage multiple CSS classes or styles simultaneously.
Read more >
Everything you need to know about ng-template, ng-content ...
The select attribute selects the type of content that will be rendered inside a particular <ng-content> . Here we have first select to ......
Read more >
Angular Directives - W3Schools
AngularJS directives are extended HTML attributes with the prefix ng- . The ng-app directive ... Read more about the ng-model directive in the...
Read more >
ngOptions - AngularJS: API
The ngOptions attribute can be used to dynamically generate a list of <option> elements for the <select> element using the array or object...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found