Closed soroushhakami closed 8 years ago
We actually started out with rendering other attributes originally but we did not really consider it useful. The only attributes currently rendered are name
and indirectly class
and id
. Maybe it makes sense to include ng-*
into the rendering.
I opened up an issue on the javascript client.
Nice, thanks.
What do you think of the possibility to add the text of the button aswell? It'd make things easier especially for apps where the classnames don't reveal much.
Something along the lines of :
div > button.btn.btn-lg.btn-primary "Purchase"
@soroushhakami ideally we move this discussion to the javascript client. The server does not care about the data being sent from the client for this purpose.
My bad, will move to separate issue on the client.
Not sure if you saw, but I opened an issue here: https://github.com/getsentry/raven-js/issues/576
Yeah I saw, thanks 👍 And I created another issue, for the second part of my request (they are independent): https://github.com/getsentry/raven-js/issues/577
Compared Sentrys breadcrumbs to TrackJS Telemetry Timeline, and I think Sentrys can be improved a little bit.
Sentry ui-click:
TrackJS ui-click:
It'd be really nice to be able to see all attributes on the button, such as ng-click. If possible, it'd be nice to see the text of the button aswell.