Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update .NET SDK to v3.22.0 #1008

Merged
merged 3 commits into from
Oct 7, 2022

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Oct 7, 2022

Bumps src/sentry-dotnet from 3.21.0 to 3.22.0.

Auto-generated by a dependency updater.

Changelog

3.22.0

Features

  • SentryOptions.AttachStackTrace is now enabled by default. (#1907)
  • Update Sentry Android SDK to version 6.4.1 (#1911)
  • Update Sentry Cocoa SDK to version 7.24.1 (#1912)
  • Add TransactionNameSource annotation (#1910)
  • Use URL path in transaction names instead of "Unknown Route" (#1919)
    • NOTE: This change effectively ungroups transactions that were previously grouped together under "Unkown Route".
  • Add User.Segment property (#1920)
  • Add support for custom JsonConverters (#1934)
  • Support more types for message template tags in SentryLogger (#1945)
  • Support Dynamic Sampling (#1953)

Fixes

  • Reduce lock contention when sampling (#1915)
  • Dont send transaction for OPTIONS web request (#1921)
  • Fix missing details when aggregate exception is filtered out (#1922)
  • Exception filters should consider child exceptions of an AggregateException (#1924)
  • Add Blazor WASM detection to set IsGlobalModeEnabled to true (#1931)
  • Respect Transaction.IsSampled in SqlListener (#1933)
  • Ignore null Context values (#1942)
  • Tags should not differ based on current culture (#1949)
  • Always recalculate payload length (#1957)
  • Fix issues with envelope deserialization (#1965)
  • Set default trace status to ok instead of unknown_error (#1970)
  • Fix reported error count on a crashed session update (#1972)

@@ -139,7 +139,7 @@ public static void SmokeTest()
t.ExpectMessage(currentMessage, "'message':'scope-crumb'}");
t.ExpectMessage(currentMessage, "'extra':{'extra-key':42}");
t.ExpectMessage(currentMessage, "'tag-key':'tag-value'");
t.ExpectMessage(currentMessage, "'user':{'email':'email@example.com','id':'user-id','ip_address':'::1','username':'username','other':{'role':'admin'}}");
t.ExpectMessage(currentMessage, "'user':{'id':'user-id','username':'username','email':'email@example.com','ip_address':'::1','other':{'role':'admin'}}");
Copy link
Contributor

@bitsandfoxes bitsandfoxes Oct 7, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The change of order came from SentryTargets.cs here: https://github.com/getsentry/sentry-dotnet/pull/1920/files

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, that should be fine. Thanks for pointing that out!

@bitsandfoxes bitsandfoxes merged commit b2d82c8 into main Oct 7, 2022
@bitsandfoxes bitsandfoxes deleted the deps/src/sentry-dotnet/3.22.0 branch October 7, 2022 14:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants