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

Source Context for Java #495

Merged
merged 8 commits into from
May 31, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'main' into feat/java-source-context
  • Loading branch information
adinauer authored May 30, 2023
commit 8ced3618c596fb6d6570d7450ebcc5fc77f46152
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@
- To enable it apply the `io.sentry.jvm.gradle` plugin and set `includeSourceContext` to `true`
- For more information on how to enable source context, please refer to [#633](https://github.com/getsentry/sentry-java/issues/633#issuecomment-1465599120)

### Dependencies

- Bump CLI from v2.17.5 to v2.18.1 ([#493](https://github.com/getsentry/sentry-android-gradle-plugin/pull/493))
- [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2181)
- [diff](https://github.com/getsentry/sentry-cli/compare/2.17.5...2.18.1)

## 3.7.0

### Features
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.