Skip to content

Conversation

@lforst
Copy link

@lforst lforst commented Jun 12, 2023

We see people having issues with debug IDs because they're still using the RewriteFrames integration from previous setups.

This PR adds a section to the migration docs clarifying that it should be removed when using debug IDs.

@lforst lforst requested review from AbhiPrasad and mydea June 12, 2023 07:40
Copy link
Member

@mydea mydea left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

😬 it is not ideal that this is needed... is there a way we could automatically disable it if we detect debug ids are used? 🤔 but for now makes sense to add this at least.

@lforst
Copy link
Author

lforst commented Jun 12, 2023

😬 it is not ideal that this is needed... is there a way we could automatically disable it if we detect debug ids are used? 🤔 but for now makes sense to add this at least.

Hard agree. I tried to get this through on the processing side of things in the backend by putting the debug ID directly on the stack frame objects. That would prevent any values from getting out of sync but it would have big implications on the processing pipeline in the backend.

@mitsuhiko brought up that we could just put the debug IDs on the individual frame objects and move them to the debug meta field right before sending. I am gonna try that before I merge this PR.

@lforst
Copy link
Author

lforst commented Jun 16, 2023

PR became redundant because we fixed this in the SDK getsentry/sentry-javascript#8347

@lforst lforst closed this Jun 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants