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

build(deps): bump sentry from 0.9.0 to 0.10.0 #534

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 11, 2024

Bumps sentry from 0.9.0 to 0.10.0.
Updates io.sentry:sentry-kotlin-multiplatform from 0.9.0 to 0.10.0

Release notes

Sourced from io.sentry:sentry-kotlin-multiplatform's releases.

0.10.0

Features

  • Add experimental session replay options to common code (#275)
Sentry.init { options ->
  // Adjust these values for production
  options.experimental.sessionReplay.onErrorSampleRate = 1.0
  options.experimental.sessionReplay.sessionSampleRate = 1.0
}
  • Add Sentry.isEnabled() API to common code (#273)
  • Add enableWatchdogTerminationTracking in common options (#281)
  • Add diagnosticLevel in common options (#287)

Dependencies

Changelog

Sourced from io.sentry:sentry-kotlin-multiplatform's changelog.

0.10.0

Features

  • Add experimental session replay options to common code (#275)
Sentry.init { options ->
  // Adjust these values for production
  options.experimental.sessionReplay.onErrorSampleRate = 1.0
  options.experimental.sessionReplay.sessionSampleRate = 1.0
}
  • Add Sentry.isEnabled() API to common code (#273)
  • Add enableWatchdogTerminationTracking in common options (#281)
  • Add diagnosticLevel in common options (#287)

Dependencies

Commits
  • 478e5c8 Merge branch 'main' into release/0.10.0
  • 842ac62 chore(deps): update Java SDK to v7.16.0 (#289)
  • a25dbd0 feat: add diagnostics level (#287)
  • f738c20 Merge branch 'main' into release/0.10.0
  • abf8a8e chore(deps): update Cocoa SDK to v8.38.0 (#285)
  • bcd7a1b fix(publish): regex doesn't match double digit releases (#283)
  • 2aa98e3 Merge branch 'main' into release/0.10.0
  • a8cebc1 chore(deps): update Java SDK to v7.15.0 (#284)
  • 2850706 Merge branch 'main' into release/0.10.0
  • 1bf5cc1 Expose enableWatchdogTerminationTracking in common options (#281)
  • Additional commits viewable in compare view

Updates io.sentry.kotlin.multiplatform.gradle from 0.9.0 to 0.10.0

Release notes

Sourced from io.sentry.kotlin.multiplatform.gradle's releases.

0.10.0

Features

  • Add experimental session replay options to common code (#275)
Sentry.init { options ->
  // Adjust these values for production
  options.experimental.sessionReplay.onErrorSampleRate = 1.0
  options.experimental.sessionReplay.sessionSampleRate = 1.0
}
  • Add Sentry.isEnabled() API to common code (#273)
  • Add enableWatchdogTerminationTracking in common options (#281)
  • Add diagnosticLevel in common options (#287)

Dependencies

Changelog

Sourced from io.sentry.kotlin.multiplatform.gradle's changelog.

0.10.0

Features

  • Add experimental session replay options to common code (#275)
Sentry.init { options ->
  // Adjust these values for production
  options.experimental.sessionReplay.onErrorSampleRate = 1.0
  options.experimental.sessionReplay.sessionSampleRate = 1.0
}
  • Add Sentry.isEnabled() API to common code (#273)
  • Add enableWatchdogTerminationTracking in common options (#281)
  • Add diagnosticLevel in common options (#287)

Dependencies

Commits
  • 478e5c8 Merge branch 'main' into release/0.10.0
  • 842ac62 chore(deps): update Java SDK to v7.16.0 (#289)
  • a25dbd0 feat: add diagnostics level (#287)
  • f738c20 Merge branch 'main' into release/0.10.0
  • abf8a8e chore(deps): update Cocoa SDK to v8.38.0 (#285)
  • bcd7a1b fix(publish): regex doesn't match double digit releases (#283)
  • 2aa98e3 Merge branch 'main' into release/0.10.0
  • a8cebc1 chore(deps): update Java SDK to v7.15.0 (#284)
  • 2850706 Merge branch 'main' into release/0.10.0
  • 1bf5cc1 Expose enableWatchdogTerminationTracking in common options (#281)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot requested a review from a team as a code owner November 11, 2024 19:33
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Nov 11, 2024
@dependabot dependabot bot force-pushed the dependabot/gradle/sentry-0.10.0 branch from 8efd9d3 to 65e3381 Compare November 19, 2024 21:27
@boringcactus
Copy link
Member

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/gradle/sentry-0.10.0 branch from 65e3381 to 2308ddc Compare November 22, 2024 17:57
Bumps `sentry` from 0.9.0 to 0.10.0.

Updates `io.sentry:sentry-kotlin-multiplatform` from 0.9.0 to 0.10.0
- [Release notes](https://github.com/getsentry/sentry-kotlin-multiplatform/releases)
- [Changelog](https://github.com/getsentry/sentry-kotlin-multiplatform/blob/main/CHANGELOG.md)
- [Commits](getsentry/sentry-kotlin-multiplatform@0.9.0...0.10.0)

Updates `io.sentry.kotlin.multiplatform.gradle` from 0.9.0 to 0.10.0
- [Release notes](https://github.com/getsentry/sentry-kotlin-multiplatform/releases)
- [Changelog](https://github.com/getsentry/sentry-kotlin-multiplatform/blob/main/CHANGELOG.md)
- [Commits](getsentry/sentry-kotlin-multiplatform@0.9.0...0.10.0)

---
updated-dependencies:
- dependency-name: io.sentry:sentry-kotlin-multiplatform
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.sentry.kotlin.multiplatform.gradle
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/gradle/sentry-0.10.0 branch from 2308ddc to 0d46333 Compare November 22, 2024 22:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant