chore(deps): update .NET SDK to v3.41.3 #58
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.
Bumps src/sentry-dotnet from 3.34.0 to 3.41.3.
Auto-generated by a dependency updater.
Changelog
3.41.3
Fixes
3.41.2
Fixes
Dependencies
3.41.1
Fixes
CaptureFailedRequests
andFailedRequestStatusCodes
are now getting respected by the Cocoa SDK. This is relevant for MAUI apps where requests are getting handled natively. (#2826)SentryOptions.AutoRegisterTracing
for users who need to control registration of Sentry's tracing middleware (#2871)Dependencies
3.41.0
Features
Fixes
Dependencies
3.40.1
Fixes
3.40.0
Obsoletion
WithScope
andWithScopeAsync
have been proven to not work correctly in desktop contexts when using a global scope. They are now deprecated in favor of the overloads ofCaptureEvent
,CaptureMessage
, andCaptureException
. Those methods provide a callback to a configurable scope. (#2677)StackFrame.InstructionOffset
has not been used in the SDK and has been ignored on the server for years. (#2689)Features
Fixes
Dependencies
3.40.0-beta.0
Features
SpanId
by refactoring the ID generation (#2619)SpanTracer
by initializing the tags lazily (#2636)ContinueTrace
that accepts headers asstring
(#2601)Fixes
Azure Functions Beta
Sentry.AzureFunctions.Worker
toSentry.Azure.Functions.Worker
. Note AzureFunctions now is split by a.
. (#2637)Dependencies
3.39.1
Fixes
3.39.0
Features
DB
attributes to automatically generated spans likename
andprovider
(#2583)Hints
now accept attachments provided as a file path viaAddAttachment
method (#2585)Fixes
Dependencies
3.36.0
Features
Fixes
Dependencies
3.35.1
Fixes
Jan 01, 001
(#2544)Dependencies
3.35.0
Features
Fixes
PlatformNotSupportedException
(#2506)HttpMessageHandler
in favor of the now deprecatedHttpClientHandler
on the options. This allows the SDK to support NSUrlSessionHandler on iOS (#2503)Activity.RecordException
now correctly updates the error status of OpenTelemetry Spans (#2515)Dependencies