-
-
Notifications
You must be signed in to change notification settings - Fork 342
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Flag for Async Stacktrace on SentryOptions #1086
Labels
Comments
philipphofmann
added a commit
that referenced
this issue
Apr 27, 2021
Due to some problems with arm64 devices, we disable this feature until we find out how to fix them. We don't want this feature to block 7.0.0 GA. The plan is to add a flag to SentryOptions for enabling and disabling this feature in the future, see #1086.
philipphofmann
added a commit
that referenced
this issue
Apr 27, 2021
Due to some problems with arm64 devices, we disable this feature until we find out how to fix them. We don't want this feature to block 7.0.0 GA. The plan is to add a flag to SentryOptions for enabling and disabling this feature in the future, see #1086.
6 tasks
philipphofmann
added a commit
that referenced
this issue
Apr 27, 2021
Due to some problems with arm64 devices, we disable this feature until we find out how to fix them. We don't want this feature to block 7.0.0 GA. The plan is to add a flag to SentryOptions for enabling and disabling this feature in the future, see #1086.
Agreed to be an opt-in for now, with a disclaimer that affects grouping. We discussed the name |
philipphofmann
added a commit
that referenced
this issue
Jun 16, 2021
Add stichAsyncCode to SentryOptions to be able to enable stitching stack traces of async code together. Fixes GH-1086
philipphofmann
added a commit
that referenced
this issue
Jun 18, 2021
Add stichAsyncCode to SentryOptions to be able to enable stitching stack traces of async code together. Fixes GH-1086
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Provide a flag on SentryOptions to enable and disable async stack traces, added in #998. Explain in the code docs that this feature is not 100% stable yet, might impact the application's performance, and impact grouping.
The text was updated successfully, but these errors were encountered: