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

chore(deps): update plugin sentry to v5.1.0 #5249

Merged
merged 2 commits into from
Feb 3, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@
- Migrate to using test fixtures for shared test code
- Add statin v1 translations for Tamil (Sri Lanka) and Sinhala
- Bump Gradle to v8.12.1
- Bump Sentry Gradle plugin to v5
- Opt out of edge-to-edge enforcement in Android 15
- Bump Google Gson to v2.12.0
- Add statin translations for `bn-BD`, `si-LK`, `ta-LK`
- Bump Sentry Android to v8.1.0
- Bump Sentry Gradle plugin to v5.1.0

### Fixes

Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ kotlin-parcelize = { id = "org.jetbrains.kotlin.plugin.parcelize", version.ref =
kotlin-compose-compiler = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" }
ksp = { id = "com.google.devtools.ksp", version.ref = "ksp" }
google-services = { id = "com.google.gms.google-services", version = "4.4.2" }
sentry = { id = "io.sentry.android.gradle", version = "5.0.0" }
sentry = { id = "io.sentry.android.gradle", version = "5.1.0" }
datadog = { id = "com.datadoghq.dd-sdk-android-gradle-plugin", version = "1.15.0" }

[bundles]
Expand Down
Loading