Skip to content
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

feat: java grouping improvements #23868

Closed
wants to merge 4 commits into from

Conversation

bruno-garcia
Copy link
Member

Supersedes: #22953

Resolves: getsentry/sentry-java#1018
Resolves: #18959
Resolves: #21645

@@ -31,3 +31,11 @@ family:native function:"?[[]SentryClient *" -app -group
family:native function:"?[[]SentryHub *" -app -group
family:native function:"?[[]RNSentry *" -app -group
family:native function:"?[[]SentrySDK *" -app -group

# Java
Copy link
Member Author

Choose a reason for hiding this comment

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

I'm assuming I should revert this

frame* (frame considered in-app because no frame is in-app)
app
stacktrace
frame (ignored by stack trace rule (family:java module:*.reflect.GeneratedConstructorAccessor* -app -group))
Copy link
Member Author

Choose a reason for hiding this comment

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

Should I revert this rule because it's already baked in somehow?

@github-actions
Copy link
Contributor

This pull request has gone three weeks without activity. In another week, I will close it.

But! If you comment or otherwise update it, I will reset the clock, and if you label it Status: Accepted, I will leave it alone ... forever!


"A weed is but an unloved flower." ― Ella Wheeler Wilcox 🥀

Comment on lines +67 to +68
# Match $$EnhancerByGuice$$ and $$FastClassByGuice$$ with a single rule:
family:java module:*ByGuice$$* -app -group

Choose a reason for hiding this comment

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

Would be nice to have rules for spring CGLIB as well:
$$EnhancerBySpringCGLIB$$ and $$FastClassBySpringCGLIB$$

@bruno-garcia
Copy link
Member Author

This is pretty stale. cc @adinauer in case you want to take this over

@bruno-garcia bruno-garcia deleted the feat/java-grouping-improvements branch May 10, 2023 11:57
@adinauer
Copy link
Member

@bruno-garcia some of those should already be fixed via #45185

@github-actions github-actions bot locked and limited conversation to collaborators May 25, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
4 participants