Bump github.com/getsentry/sentry-go from 0.21.0 to 0.22.0

Bumps [github.com/getsentry/sentry-go](https://github.com/getsentry/sentry-go) from 0.21.0 to 0.22.0.
- [Release notes](https://github.com/getsentry/sentry-go/releases)
- [Changelog](https://github.com/getsentry/sentry-go/blob/master/CHANGELOG.md)
- [Commits](https://github.com/getsentry/sentry-go/compare/v0.21.0...v0.22.0)

---
updated-dependencies:
- dependency-name: github.com/getsentry/sentry-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-06-19 04:01:08 +00:00
committed by Sebastian Serth
parent 527aaf713f
commit 3a5ab3aaea
3 changed files with 6 additions and 3 deletions

View File

@ -85,6 +85,9 @@ sentry:
# enabletracing: true
# The sample rate for sampling traces in the range [0.0, 1.0].
# tracessamplerate: 1.0
# The sample rate for sampling performance profiles in the range [0.0, 1.0].
# This is only used if enabletracing is set to true and is relative to tracessamplerate.
# profilessamplerate: 1.0
# Configuration of the influxdb monitoring
influxdb: