chore(deps): bump github.com/getsentry/sentry-go from 0.23.0 to 0.24.0 #97

Merged
argoyle merged 1 commits from dependabot-go_modules-github.com-getsentry-sentry-go-0.24.0 into main 2023-09-06 15:23:24 +00:00
argoyle commented 2023-09-06 06:24:57 +00:00 (Migrated from gitlab.com)

Bumps github.com/getsentry/sentry-go from 0.23.0 to 0.24.0.

Release notes

Sourced from github.com/getsentry/sentry-go's releases.

0.24.0

The Sentry SDK team is happy to announce the immediate availability of Sentry Go SDK v0.24.0.

Features

  • Run a single instance of the profiler instead of multiple ones for each Go routine (#655)
  • Use the route path as the transaction names when using the Gin integration (#675)
  • Set the SDK name accordingly when a framework integration is used (#694)
  • Read release information (VCS revision) from debug.ReadBuildInfo (#704)

Bug fixes

  • [otel] Fix incorrect usage of attributes.Value.AsString (#684)
  • Fix trace function name parsing in profiler on go1.21+ (#695)

Misc

Changelog

Sourced from github.com/getsentry/sentry-go's changelog.

0.24.0

The Sentry SDK team is happy to announce the immediate availability of Sentry Go SDK v0.24.0.

Features

  • Run a single instance of the profiler instead of multiple ones for each Go routine (#655)
  • Use the route path as the transaction names when using the Gin integration (#675)
  • Set the SDK name accordingly when a framework integration is used (#694)
  • Read release information (VCS revision) from debug.ReadBuildInfo (#704)

Bug fixes

  • [otel] Fix incorrect usage of attributes.Value.AsString (#684)
  • Fix trace function name parsing in profiler on go1.21+ (#695)

Misc

Commits


Dependabot commands
You can trigger Dependabot actions by commenting on this MR
  • $dependabot recreate will recreate this MR rewriting all the manual changes and resolving conflicts
Bumps [github.com/getsentry/sentry-go](https://github.com/getsentry/sentry-go) from 0.23.0 to 0.24.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/getsentry/sentry-go/releases">github.com/getsentry/sentry-go's releases</a>.</em></p> <blockquote> <h2>0.24.0</h2> <p>The Sentry SDK team is happy to announce the immediate availability of Sentry Go SDK v0.24.0.</p> <h3>Features</h3> <ul> <li>Run a single instance of the profiler instead of multiple ones for each Go routine (<a href="https://github.com/getsentry/sentry-go/pull/655">#655</a>)</li> <li>Use the route path as the transaction names when using the Gin integration (<a href="https://github.com/getsentry/sentry-go/pull/675">#675</a>)</li> <li>Set the SDK name accordingly when a framework integration is used (<a href="https://github.com/getsentry/sentry-go/pull/694">#694</a>)</li> <li>Read release information (VCS revision) from <code>debug.ReadBuildInfo</code> (<a href="https://github.com/getsentry/sentry-go/pull/704">#704</a>)</li> </ul> <h3>Bug fixes</h3> <ul> <li>[otel] Fix incorrect usage of <code>attributes.Value.AsString</code> (<a href="https://github.com/getsentry/sentry-go/pull/684">#684</a>)</li> <li>Fix trace function name parsing in profiler on go1.21+ (<a href="https://github.com/getsentry/sentry-go/pull/695">#695</a>)</li> </ul> <h3>Misc</h3> <ul> <li>Test against Go 1.21 (<a href="https://github.com/getsentry/sentry-go/pull/695">#695</a>)</li> <li>Make tests more robust (<a href="https://github.com/getsentry/sentry-go/pull/698">#698</a>, <a href="https://github.com/getsentry/sentry-go/pull/699">#699</a>, <a href="https://github.com/getsentry/sentry-go/pull/700">#700</a>, <a href="https://github.com/getsentry/sentry-go/pull/702">#702</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/getsentry/sentry-go/blob/master/CHANGELOG.md">github.com/getsentry/sentry-go's changelog</a>.</em></p> <blockquote> <h2>0.24.0</h2> <p>The Sentry SDK team is happy to announce the immediate availability of Sentry Go SDK v0.24.0.</p> <h3>Features</h3> <ul> <li>Run a single instance of the profiler instead of multiple ones for each Go routine (<a href="https://github.com/getsentry/sentry-go/pull/655">#655</a>)</li> <li>Use the route path as the transaction names when using the Gin integration (<a href="https://github.com/getsentry/sentry-go/pull/675">#675</a>)</li> <li>Set the SDK name accordingly when a framework integration is used (<a href="https://github.com/getsentry/sentry-go/pull/694">#694</a>)</li> <li>Read release information (VCS revision) from <code>debug.ReadBuildInfo</code> (<a href="https://github.com/getsentry/sentry-go/pull/704">#704</a>)</li> </ul> <h3>Bug fixes</h3> <ul> <li>[otel] Fix incorrect usage of <code>attributes.Value.AsString</code> (<a href="https://github.com/getsentry/sentry-go/pull/684">#684</a>)</li> <li>Fix trace function name parsing in profiler on go1.21+ (<a href="https://github.com/getsentry/sentry-go/pull/695">#695</a>)</li> </ul> <h3>Misc</h3> <ul> <li>Test against Go 1.21 (<a href="https://github.com/getsentry/sentry-go/pull/695">#695</a>)</li> <li>Make tests more robust (<a href="https://github.com/getsentry/sentry-go/pull/698">#698</a>, <a href="https://github.com/getsentry/sentry-go/pull/699">#699</a>, <a href="https://github.com/getsentry/sentry-go/pull/700">#700</a>, <a href="https://github.com/getsentry/sentry-go/pull/702">#702</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/getsentry/sentry-go/commit/edbee8292a2753800ff64f603fdb65629aa83920"><code>edbee82</code></a> release: 0.24.0</li> <li><a href="https://github.com/getsentry/sentry-go/commit/fe4e7d6a8f2a8de0a12f457c885cd77019d4fb26"><code>fe4e7d6</code></a> doc: Prepare 0.24.0 release (<a href="https://github.com/getsentry/sentry-go/issues/710">#710</a>)</li> <li><a href="https://github.com/getsentry/sentry-go/commit/bee7c46cfc168f1c3446952f493712b20b518d40"><code>bee7c46</code></a> Attach the <code>X-Sentry-Auth</code> header to <code>/envelope</code> requests (<a href="https://github.com/getsentry/sentry-go/issues/709">#709</a>)</li> <li><a href="https://github.com/getsentry/sentry-go/commit/cd0b8747bf74f8c53c89f1ce387af99b6ffe7139"><code>cd0b874</code></a> chore!: Make route path as transaction name in gin performance (<a href="https://github.com/getsentry/sentry-go/issues/675">#675</a>)</li> <li><a href="https://github.com/getsentry/sentry-go/commit/54d884adcb3d72b30ae3dc9c827552fdb67ea9a5"><code>54d884a</code></a> feat: Read release info from build info (<a href="https://github.com/getsentry/sentry-go/issues/704">#704</a>)</li> <li><a href="https://github.com/getsentry/sentry-go/commit/5f86090ebb612522c9f14b58af0aaa75f84e011b"><code>5f86090</code></a> Set SDK Name According Framework being used (<a href="https://github.com/getsentry/sentry-go/issues/694">#694</a>)</li> <li><a href="https://github.com/getsentry/sentry-go/commit/82a00ab26682391e3f1bcff85842806df61f6002"><code>82a00ab</code></a> Single profiler goroutine (<a href="https://github.com/getsentry/sentry-go/issues/655">#655</a>)</li> <li><a href="https://github.com/getsentry/sentry-go/commit/8b3833f0e2586da9a6a7b97e2b8e5f71e5846baf"><code>8b3833f</code></a> test: deduplicate Flush() timeout settings (<a href="https://github.com/getsentry/sentry-go/issues/702">#702</a>)</li> <li><a href="https://github.com/getsentry/sentry-go/commit/24d7c09dc546ba515ad375ad950321cc05648510"><code>24d7c09</code></a> test: increase flush timeout in CI tests (<a href="https://github.com/getsentry/sentry-go/issues/700">#700</a>)</li> <li><a href="https://github.com/getsentry/sentry-go/commit/9f38c571d6236f2d0f684221bdaf42d4e6ef0e82"><code>9f38c57</code></a> test: fix hanging waitgroups (<a href="https://github.com/getsentry/sentry-go/issues/699">#699</a>)</li> <li>Additional commits viewable in <a href="https://github.com/getsentry/sentry-go/compare/v0.23.0...v0.24.0">compare view</a></li> </ul> </details> <br /> --- <details> <summary>Dependabot commands</summary> <br /> You can trigger Dependabot actions by commenting on this MR - `$dependabot recreate` will recreate this MR rewriting all the manual changes and resolving conflicts </details>
argoyle (Migrated from gitlab.com) merged commit into main 2023-09-06 15:23:24 +00:00
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: unboundsoftware/schemas#97