itsthechris07 / EasyPrefix

A chat management plugin for spigot
MIT License
3 stars 4 forks source link

Bump sentry from 6.3.0 to 6.3.1 #184

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps sentry from 6.3.0 to 6.3.1.

Release notes

Sourced from sentry's releases.

6.3.1

Fixes

  • Prevent NPE by checking SentryTracer.timer for null again inside synchronized (#2200)
  • Weakly reference Activity for transaction finished callback (#2203)
  • attach-screenshot set on Manual init. didn't work (#2186)
  • Remove extra space from spring.factories causing issues in old versions of Spring Boot (#2181)

Features

Changelog

Sourced from sentry's changelog.

6.3.1

Fixes

  • Prevent NPE by checking SentryTracer.timer for null again inside synchronized (#2200)
  • Weakly reference Activity for transaction finished callback (#2203)
  • attach-screenshot set on Manual init. didn't work (#2186)
  • Remove extra space from spring.factories causing issues in old versions of Spring Boot (#2181)
  • Added cpu architecture and default environment in profiles envelope (#2207)

Features

  • Add profilesSampleRate and profileSampler options for Android sdk (#2184)
  • SentryOptions.setProfilingEnabled has been deprecated in favor of setProfilesSampleRate
  • Bump Native SDK to v0.4.18 (#2154)
  • Bump Gradle to v7.5.0 (#2174, #2191)
Commits
  • fe4c70c release: 6.3.1
  • 3c24dd4 Weakly reference Activity for transaction finished callback (#2203)
  • 4eb446a Prevent NPE by checking SentryTracer.timer for null again inside synchronized...
  • 2759ef9 fix: update-gradle.sh (#2195)
  • f75a0a7 attach-screenshot set on Manual init. didn't work (#2186)
  • ea821b6 chore(deps): update Gradle to v7.5.0 (#2191)
  • ec4beec chore(deps): update Gradle to v7.5.0 (#2174)
  • c6db77e chore: update sentry-android-ndk/sentry-native to 0.4.18 (#2154)
  • d83678e Remove extra space from spring.factories causing issues in old versions of ...
  • 121d465 Merge branch 'release/6.3.0'
  • See full diff in compare view


Dependabot compatibility score

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 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[bot] commented 2 years ago

Superseded by #185.