Skip to content

Bump Sentry from 2.1.1 to 3.2.0 in /api - #148

Closed
dependabot-preview[bot] wants to merge 1 commit into
masterfrom
dependabot/nuget/api/Sentry-3.2.0
Closed

Bump Sentry from 2.1.1 to 3.2.0 in /api#148
dependabot-preview[bot] wants to merge 1 commit into
masterfrom
dependabot/nuget/api/Sentry-3.2.0

Conversation

@dependabot-preview

Copy link
Copy Markdown
Contributor

Bumps Sentry from 2.1.1 to 3.2.0.

Release notes

Sourced from Sentry's releases.

3.2.0

Changes

  • Changed the underlying implementation of ITransaction and ISpan. IHub.CaptureTransaction now takes a Transaction instead of ITransaction. (#880) @Tyrrrz
  • Add IsParentSampled to TransactionContext (#885) @Tyrrrz
  • Retrieve CurrentVersion for ASP.NET applications (#884) @lucas-zimerman
  • Make description parameter nullable on ISpan.StartChild(...) and related methods (#900) @Tyrrrz
  • Add Platform to Transaction, mimicking the same property on SentryEvent (#901) @Tyrrrz

3.1.0

Fixes

  • Don't add version prefix in release if it's already set (#877) @Tyrrrz

Features

  • Enrich transactions with more data (#875) @Tyrrrz
  • Adding TaskUnobservedTaskExceptionIntegration to default integrations and method to remove it (#870) @FilipNemec

To opt out of TaskUnobservedTaskException, you can use the option:

sentryOption.DisableTaskUnobservedTaskExceptionCapture();

3.0.8

Features

  • Add AddSentryTag and AddSentryContext Extensions for exception class (#834) @lucas-zimerman
  • Associate span exceptions with event exceptions (#848) @Tyrrrz
  • MaxCacheItems option to control files on disk (#846) @Tyrrrz
  • Move SentryHttpMessageHandlerBuilderFilter to Sentry.Extensions.Logging (#845) @Tyrrrz

Fixes

  • Fix CachingTransport throwing an exception when it can't move the files from the previous session (#871) @Tyrrrz

3.0.7

Changes

  • Don't write timezone_display_name if it's the same as the ID (#837) @Tyrrrz
  • Serialize arbitrary objects in contexts (#838) @Tyrrrz

3.0.6

Fixes

3.0.5

Changes

... (truncated)

Changelog

Sourced from Sentry's changelog.

3.2.0

Changes

  • Changed the underlying implementation of ITransaction and ISpan. IHub.CaptureTransaction now takes a Transaction instead of ITransaction. (#880) @Tyrrrz
  • Add IsParentSampled to TransactionContext (#885) @Tyrrrz
  • Retrieve CurrentVersion for ASP.NET applications (#884) @lucas-zimerman
  • Make description parameter nullable on ISpan.StartChild(...) and related methods (#900) @Tyrrrz
  • Add Platform to Transaction, mimicking the same property on SentryEvent (#901) @Tyrrrz

3.1.0

Features

  • Adding TaskUnobservedTaskExceptionIntegration to default integrations and method to remove it (#870) @FilipNemec
  • Enrich transactions with more data (#875) @Tyrrrz

Fixes

  • Don't add version prefix in release if it's already set (#877) @Tyrrrz

3.0.8

Features

  • Add AddSentryTag and AddSentryContext Extensions for exception class (#834) @lucas-zimerman
  • Associate span exceptions with event exceptions (#848) @Tyrrrz
  • MaxCacheItems option to control files on disk (#846) @Tyrrrz
  • Move SentryHttpMessageHandlerBuilderFilter to Sentry.Extensions.Logging (#845) @Tyrrrz

Fixes

  • Fix CachingTransport throwing an exception when it can't move the files from the previous session (#871) @Tyrrrz

3.0.7

Changes

  • Don't write timezone_display_name if it's the same as the ID (#837) @Tyrrrz
  • Serialize arbitrary objects in contexts (#838) @Tyrrrz

3.0.6

Fixes

3.0.5

Changes

... (truncated)

Commits
  • ae28402 release: 3.2.0
  • ae26bac Make description parameter nullable on StartChild(...) (#900)
  • 41c674e Add Platform to Transaction, mimicking the same property on SentryEvent (#901)
  • a9304a0 Rework transactions (#880)
  • 6912625 Add IsParentSampled to TransactionContext (#885)
  • 7b4d0bb Retrieve CurrentVersion for Asp Net applications. (#884)
  • 2337261 Merge release/3.1.0 into main
  • f4743be release: 3.1.0
  • 72e5a3d Enrich transactions with more data (#875)
  • 314e169 Don't add version prefix in release if it's already set (#877)
  • Additional commits viewable 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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview Bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Apr 1, 2021
@dependabot-preview
dependabot-preview Bot requested a review from tobiasbrown April 1, 2021 19:31
@dependabot-preview

Copy link
Copy Markdown
Contributor Author

Superseded by #153.

@dependabot-preview
dependabot-preview Bot deleted the dependabot/nuget/api/Sentry-3.2.0 branch May 1, 2021 19:14
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 .NET Pull requests that update .net code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants