The Sentry SDK team is happy to announce the immediate availability of Sentry Go SDK v0.25.0.
Breaking Changes
As previously announced, this release removes two global constants from the SDK.
sentry.Version was removed. Use sentry.SDKVersion instead (#727)
sentry.SDKIdentifier was removed. Use Client.GetSDKIdentifier() instead (#727)
Features
Add ClientOptions.IgnoreTransactions, which allows you to ignore specific transactions based on their name (#717)
Add ClientOptions.Tags, which allows you to set global tags that are applied to all events. You can also define tags by setting SENTRY_TAGS_ environment variables (#718)
Bug fixes
Fix an issue in the profiler that would cause an infinite loop if the duration of a transaction is longer than 30 seconds (#724)
Misc
dsn.RequestHeaders() is not to be removed, though it is still considered deprecated and should only be used when using a custom transport that sends events to the /store endpoint (#720)
The Sentry SDK team is happy to announce the immediate availability of Sentry Go SDK v0.25.0.
Breaking Changes
As previously announced, this release removes two global constants from the SDK.
sentry.Version was removed. Use sentry.SDKVersion instead (#727)
sentry.SDKIdentifier was removed. Use Client.GetSDKIdentifier() instead (#727)
Features
Add ClientOptions.IgnoreTransactions, which allows you to ignore specific transactions based on their name (#717)
Add ClientOptions.Tags, which allows you to set global tags that are applied to all events. You can also define tags by setting SENTRY_TAGS_ environment variables (#718)
Bug fixes
Fix an issue in the profiler that would cause an infinite loop if the duration of a transaction is longer than 30 seconds (#724)
Misc
dsn.RequestHeaders() is not to be removed, though it is still considered deprecated and should only be used when using a custom transport that sends events to the /store endpoint (#720)
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.24.1 to 0.25.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.25.0</h2>
<p>The Sentry SDK team is happy to announce the immediate availability of Sentry Go SDK v0.25.0.</p>
<h3>Breaking Changes</h3>
<p>As previously announced, this release removes two global constants from the SDK.</p>
<ul>
<li><code>sentry.Version</code> was removed. Use <code>sentry.SDKVersion</code> instead (<a href="https://github.com/getsentry/sentry-go/pull/727">#727</a>)</li>
<li><code>sentry.SDKIdentifier</code> was removed. Use <code>Client.GetSDKIdentifier()</code> instead (<a href="https://github.com/getsentry/sentry-go/pull/727">#727</a>)</li>
</ul>
<h3>Features</h3>
<ul>
<li>Add <code>ClientOptions.IgnoreTransactions</code>, which allows you to ignore specific transactions based on their name (<a href="https://github.com/getsentry/sentry-go/pull/717">#717</a>)</li>
<li>Add <code>ClientOptions.Tags</code>, which allows you to set global tags that are applied to all events. You can also define tags by setting <code>SENTRY_TAGS_</code> environment variables (<a href="https://github.com/getsentry/sentry-go/pull/718">#718</a>)</li>
</ul>
<h3>Bug fixes</h3>
<ul>
<li>Fix an issue in the profiler that would cause an infinite loop if the duration of a transaction is longer than 30 seconds (<a href="https://github.com/getsentry/sentry-go/issues/724">#724</a>)</li>
</ul>
<h3>Misc</h3>
<ul>
<li><code>dsn.RequestHeaders()</code> is not to be removed, though it is still considered deprecated and should only be used when using a custom transport that sends events to the <code>/store</code> endpoint (<a href="https://github.com/getsentry/sentry-go/pull/720">#720</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.25.0</h2>
<p>The Sentry SDK team is happy to announce the immediate availability of Sentry Go SDK v0.25.0.</p>
<h3>Breaking Changes</h3>
<p>As previously announced, this release removes two global constants from the SDK.</p>
<ul>
<li><code>sentry.Version</code> was removed. Use <code>sentry.SDKVersion</code> instead (<a href="https://github.com/getsentry/sentry-go/pull/727">#727</a>)</li>
<li><code>sentry.SDKIdentifier</code> was removed. Use <code>Client.GetSDKIdentifier()</code> instead (<a href="https://github.com/getsentry/sentry-go/pull/727">#727</a>)</li>
</ul>
<h3>Features</h3>
<ul>
<li>Add <code>ClientOptions.IgnoreTransactions</code>, which allows you to ignore specific transactions based on their name (<a href="https://github.com/getsentry/sentry-go/pull/717">#717</a>)</li>
<li>Add <code>ClientOptions.Tags</code>, which allows you to set global tags that are applied to all events. You can also define tags by setting <code>SENTRY_TAGS_</code> environment variables (<a href="https://github.com/getsentry/sentry-go/pull/718">#718</a>)</li>
</ul>
<h3>Bug fixes</h3>
<ul>
<li>Fix an issue in the profiler that would cause an infinite loop if the duration of a transaction is longer than 30 seconds (<a href="https://github.com/getsentry/sentry-go/issues/724">#724</a>)</li>
</ul>
<h3>Misc</h3>
<ul>
<li><code>dsn.RequestHeaders()</code> is not to be removed, though it is still considered deprecated and should only be used when using a custom transport that sends events to the <code>/store</code> endpoint (<a href="https://github.com/getsentry/sentry-go/pull/720">#720</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/getsentry/sentry-go/commit/03fdca5324bff5c699a3ca0ee0dfdadda70f6fc2"><code>03fdca5</code></a> release: 0.25.0</li>
<li><a href="https://github.com/getsentry/sentry-go/commit/382a4959d464e654cdd45eddccf80c8b973fb424"><code>382a495</code></a> Prepare 0.25.0 (<a href="https://github.com/getsentry/sentry-go/issues/728">#728</a>)</li>
<li><a href="https://github.com/getsentry/sentry-go/commit/2a763487b0f5ee0243a45140753ab1a97c6963a9"><code>2a76348</code></a> Remove deprecated code (<a href="https://github.com/getsentry/sentry-go/issues/727">#727</a>)</li>
<li><a href="https://github.com/getsentry/sentry-go/commit/f1f017663e9cec36c09d26bb2aa4dcf17b22b975"><code>f1f0176</code></a> fix: profiler infinite loop after a long transaction (<a href="https://github.com/getsentry/sentry-go/issues/725">#725</a>)</li>
<li><a href="https://github.com/getsentry/sentry-go/commit/7e37edeb9589c5e8966c5c80822aa4ddaa0fbfd2"><code>7e37ede</code></a> Add the SDK version when functions will be removed to <code>Deprecated:</code> comments ...</li>
<li><a href="https://github.com/getsentry/sentry-go/commit/3b3ce90268e898b7b5253f720c8d195d73435a27"><code>3b3ce90</code></a> Clarify the usage of <code>dsn.RequestHeaders()</code> (<a href="https://github.com/getsentry/sentry-go/issues/720">#720</a>)</li>
<li><a href="https://github.com/getsentry/sentry-go/commit/68e2c0f78294ef8230303a14373abd212308ea3a"><code>68e2c0f</code></a> feat: global tags (<a href="https://github.com/getsentry/sentry-go/issues/718">#718</a>)</li>
<li><a href="https://github.com/getsentry/sentry-go/commit/8bf9a1582defccf747644e0155deac65a855ce21"><code>8bf9a15</code></a> feat: support IgnoreTransactions client option (<a href="https://github.com/getsentry/sentry-go/issues/717">#717</a>)</li>
<li><a href="https://github.com/getsentry/sentry-go/commit/a83590750c3d7ec01592a6cb427bfb03bb1c8c4a"><code>a835907</code></a> Merge branch 'release/0.24.1'</li>
<li>See full diff in <a href="https://github.com/getsentry/sentry-go/compare/v0.24.1...v0.25.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 main2023-10-05 07:07:35 +00:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Bumps github.com/getsentry/sentry-go from 0.24.1 to 0.25.0.
Release notes
Sourced from github.com/getsentry/sentry-go's releases.
Changelog
Sourced from github.com/getsentry/sentry-go's changelog.
Commits
03fdca5release: 0.25.0382a495Prepare 0.25.0 (#728)2a76348Remove deprecated code (#727)f1f0176fix: profiler infinite loop after a long transaction (#725)7e37edeAdd the SDK version when functions will be removed toDeprecated:comments ...3b3ce90Clarify the usage ofdsn.RequestHeaders()(#720)68e2c0ffeat: global tags (#718)8bf9a15feat: support IgnoreTransactions client option (#717)a835907Merge branch 'release/0.24.1'Dependabot commands
You can trigger Dependabot actions by commenting on this MR
$dependabot recreatewill recreate this MR rewriting all the manual changes and resolving conflicts