Ash

Results 6 comments of Ash

Seems like a new experimental feature, but we may be able to use [TaskAttributionTiming](https://developer.mozilla.org/en-US/docs/Web/API/TaskAttributionTiming) to get some contextual data for LongTasks, which we could attach as additional data on LongTask...

Yeah you're right, that's unfortunate. I was hoping that we might be able to get some useful info from `containerName`, but didn't realize the possible values were so limited

Hi @Y0lk, thanks for reporting this, I reproduced this locally and confirmed the crash is caused by the plugin adding the `data-sentry` props to Three components. I'll look into a...

Another option might be to store the Slack message ID in the DB, and then fetch it via the Slack API to get the message content?

I'm working on https://github.com/getsentry/sentry-javascript-bundler-plugins/pull/617 which will add a configuration to specify components that should not have annotations applied. Users have brought up incompatibilities with other libraries so I do think...

I'm going to open this PR as is for now since it is getting lengthy, it is hidden behind a feature flag so it will only be visible for internal...