-
-
Notifications
You must be signed in to change notification settings - Fork 161
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
in_app_exclude
does not work as intended.
#717
Comments
I haven't tried Using |
Thanks for reporting this! @vaibagra due to how things work at the moment in the SDK (https://github.com/getsentry/sentry-rust/blob/master/sentry-backtrace/src/process.rs), if you don't send any frame marked explicitly as @jacobsvante if any frame associated with the event is marked as Let me know if you still observe different behaviour than what I described. If you do, please provide an example so that we can reproduce this. |
I was mistaken, actually you don't need to mark anything explicitly as |
Environment
What version are you running? Etc.
0.34
Steps to Reproduce
in_app_exclude
but it does not seem to exclude anything. On the docs it says: https://docs.rs/sentry/0.17.0/sentry/struct.ClientOptions.html#structfield.in_app_include:~:text=in_app_exclude%3A%20Vec,are%20never%20in_appI tried something like this:
But it still does not exclude them for the stack trace.
Actual Result
This has been really annoying when trying to find the root cause of the issue. We prefer to use the sdk and not the issue grouping tab. Seems like a bug in the code?
The text was updated successfully, but these errors were encountered: