update Dotnet SDK to v5.0.1 and drop pwsh 7.2 and 7.3 support #71
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Note: in order to get this update, we need to drop support for pwsh 7.2 and 7.3 because they'd require net6 assemblies which are not available anymore. Net6, pwsh 7.2 and 7.3 are already out of support themselves.
Bumps dependencies/Sentry.properties from 4.13.0 to 5.0.1.
Auto-generated by a dependency updater.
Changelog
5.0.1
Fixes
Dependencies
5.0.0
API Changes
SentryOptions.EnableTracing
has been removed. Instead, tracing should be enabled or disabled by setting theSentryOptions.TracesSampleRate
or by usingSentryOptions.TracesSampler
to configure a sampling function (#3569)AndroidContext
as an argument toSentrySdk.Init
(#3562)SentryUser.Segment
property has been deprecated. Consider sending this as a tag or additional data instead (#3563)Device.BatteryLevel
andDevice.ProcessorFrequency
are now stored as floats rather than ints, to align with the Cocoa and Java SDKs (#3567)FailedRequestTargets
,TagFilters
andTracePropagationTargets
options have all been changed fromSubstringOrRegexPattern
toIList<StringOrRegex>
(#3566)Scope.Transaction
is now always stored as anAsyncLocal
also in Global Mode, to prevent auto-instrumented spans from the UI ending up parented to transactions from a background task (or vice versa). (#3596)Features
.NET 9
(#3699)SentryOptions
extension for profiling:options.AddProfilingIntegration()
(#3660)Fixes
Dependencies