Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
Show all changes
85 commits
Select commit Hold shift + click to select a range
44b7d65
POC
jamescrosswell Oct 9, 2024
157a4a9
Configurable level
jamescrosswell Oct 9, 2024
67a1c38
Changed dependency from net5.0 to net6.0
jamescrosswell Oct 9, 2024
4f8f917
Format code
getsentry-bot Oct 9, 2024
0d1aa2d
Update MemoryMonitor.cs
jamescrosswell Oct 9, 2024
5ceff11
Exclude on Android and iOS
jamescrosswell Oct 10, 2024
ae55ae9
Bundle dotnet-gcdump in the Sentry nuget package
jamescrosswell Oct 10, 2024
c5b75ad
Merge branch 'auto-heap-dump' of github.com:getsentry/sentry-dotnet i…
jamescrosswell Oct 10, 2024
60aeda0
Format code
getsentry-bot Oct 11, 2024
cc1a00e
Fixed Bindable tests
jamescrosswell Oct 11, 2024
b02fa28
Update CHANGELOG.md
jamescrosswell Oct 11, 2024
0625662
Merge branch 'auto-heap-dump' of github.com:getsentry/sentry-dotnet i…
jamescrosswell Oct 11, 2024
1d12b7c
Merge branch 'version-5.0.0' into auto-heap-dump
jamescrosswell Oct 11, 2024
ecfbce3
Update CHANGELOG.md
jamescrosswell Oct 11, 2024
1e6d29b
Tweaked the demos
jamescrosswell Oct 11, 2024
5b0f08e
Revert "Bundle dotnet-gcdump in the Sentry nuget package"
jamescrosswell Oct 13, 2024
ba4bcd9
Unbundled GCDump from NuGet package
jamescrosswell Oct 13, 2024
a357e9f
Switched to built in GC.RegisterForFullGCNotification events for garb…
jamescrosswell Oct 14, 2024
b6c3bff
Tweaked settings to expedite full GC in Heap Dump sample
jamescrosswell Oct 14, 2024
e36dfef
Added TryGetDumpLocation tests
jamescrosswell Oct 15, 2024
d35477b
Added CaptureMemoryDump tests
jamescrosswell Oct 15, 2024
4c0ccc8
Refactored MemoryMonitor to use triggers and debouncers
jamescrosswell Oct 15, 2024
ffad135
Format code
getsentry-bot Oct 15, 2024
265e397
Fixed tests
jamescrosswell Oct 15, 2024
7a3b109
Merge branch 'auto-heap-dump' of github.com:getsentry/sentry-dotnet i…
jamescrosswell Oct 15, 2024
da07de2
Format code
getsentry-bot Oct 15, 2024
975b9b1
Added CheckMemoryUsage tests
jamescrosswell Oct 15, 2024
38ad7bc
Fixed remaining BindableOptions tests
jamescrosswell Oct 15, 2024
ef3a33f
Merge branch 'auto-heap-dump' of github.com:getsentry/sentry-dotnet i…
jamescrosswell Oct 15, 2024
4b86619
Bundle dotnet-gcdump in Sentry.nupkg
jamescrosswell Oct 17, 2024
08c9db4
Use bundled version of gcdump if it is present
jamescrosswell Oct 17, 2024
169ef49
Delete buildlog.txt
jamescrosswell Oct 17, 2024
2e6a0f1
Review feedback
jamescrosswell Oct 23, 2024
87b76d8
Refactored error handling on garbage collection monitor to use a Cont…
jamescrosswell Oct 23, 2024
3f15073
Comment in Dispose
jamescrosswell Oct 23, 2024
2dfd4f4
Review feedback
jamescrosswell Oct 23, 2024
99af671
Use _options.FileSystem
jamescrosswell Oct 23, 2024
acf93ab
Type
jamescrosswell Oct 23, 2024
8708377
Merge branch 'version-5.0.0' into auto-heap-dump
jamescrosswell Oct 23, 2024
3b62d53
Merge branch 'auto-heap-dump' of github.com:getsentry/sentry-dotnet i…
jamescrosswell Oct 23, 2024
2a3d8b7
GCDump.props now downloads nuget directly, rather than installing dot…
jamescrosswell Oct 23, 2024
3eb2f73
Created separate demo and tweaked the API
jamescrosswell Oct 23, 2024
60f0b7e
Format code
getsentry-bot Oct 23, 2024
70486da
Typo in transitive build file
jamescrosswell Oct 23, 2024
d2755db
Merge branch 'auto-heap-dump' of github.com:getsentry/sentry-dotnet i…
jamescrosswell Oct 23, 2024
8133a63
Updated solution filters
jamescrosswell Oct 23, 2024
58d9e55
Reverted to Continuation to handle errors in the gc monitor
jamescrosswell Oct 23, 2024
7135767
Review feedback
jamescrosswell Oct 28, 2024
22760c8
Update SentrySdk.cs
jamescrosswell Oct 28, 2024
f371304
Update Directory.Build.props
jamescrosswell Oct 28, 2024
26c85b8
release: 14.12.1-dump1
getsentry-bot Oct 28, 2024
0142d29
Workaround issue in release action
jamescrosswell Oct 28, 2024
8a831fc
Revert "Workaround issue in release action"
jamescrosswell Oct 28, 2024
056ec48
Merge branch 'release/14.12.1-dump1' into auto-heap-dump
Oct 28, 2024
29058f1
Revert "Merge branch 'release/14.12.1-dump1' into auto-heap-dump"
jamescrosswell Oct 29, 2024
5469815
Review feedback
jamescrosswell Nov 4, 2024
f1c9e64
Merge branch 'version-5.0.0' into auto-heap-dump
jamescrosswell Nov 4, 2024
8a49c01
Update ApiApprovalTests.Run.DotNet9_0.verified.txt
jamescrosswell Nov 4, 2024
dbe9f60
Update action.yml
jamescrosswell Nov 4, 2024
be63db4
Revert "Update action.yml"
jamescrosswell Nov 4, 2024
36e4a2b
Update workaround for slow release builds for ios
jamescrosswell Nov 6, 2024
076e9f9
Removed async void unit tests
jamescrosswell Nov 6, 2024
506fba1
Drop net6.0 target from Sentry.Tests
jamescrosswell Nov 6, 2024
298f57c
Add diagnostic logging for Windows tests
jamescrosswell Nov 6, 2024
a234ef2
Update build.yml
jamescrosswell Nov 6, 2024
f4fba3a
Merge branch 'version-5.0.0' into auto-heap-dump
jamescrosswell Nov 7, 2024
4eafc16
Disabled diagnostics output on windows tests
jamescrosswell Nov 7, 2024
a09ffef
Update build.yml
jamescrosswell Nov 7, 2024
b8cffed
Use mock GC implementation for MemoryMonitorTests
jamescrosswell Nov 9, 2024
b216a3c
Update Sentry.Tests.csproj
jamescrosswell Nov 9, 2024
e1ba7c2
Try disabling heapdump tests on Windows in CI
jamescrosswell Nov 10, 2024
2c79a4a
Reverse skip condition
jamescrosswell Nov 10, 2024
72c90b5
Try re-enabling GarbageCollectionMonitorTests on Windows
jamescrosswell Nov 11, 2024
cadd0cf
Try reinstating MemoryMonitorTests (constructor test changed)
jamescrosswell Nov 11, 2024
84c436f
Update MemoryMonitor.cs
jamescrosswell Nov 11, 2024
3a9ba29
Refactored Constructor_NoHeapdumpsConfigured_Throws
jamescrosswell Nov 11, 2024
9fea039
Try re-enabling remaining MemoryMonitorTests
jamescrosswell Nov 11, 2024
845378c
Re-enable remaining MemoryMonitorTests
jamescrosswell Nov 11, 2024
4245a75
Unbundled dotnet-gcdump
jamescrosswell Nov 11, 2024
5865245
Disable CaptureMemoryDump and TryGetDumpLocation tests
jamescrosswell Nov 11, 2024
d9b9306
Re-enable CaptureMemoryDump tests
jamescrosswell Nov 11, 2024
13bfe6f
Disable CaptureMemoryDump and enable TryGetDumpLocation
jamescrosswell Nov 11, 2024
d330c2c
Fixed CaptureMemoryDump_CapturesDump
jamescrosswell Nov 11, 2024
8127bb5
Added remarks about dotnet-gcdump dependency to options
jamescrosswell Nov 11, 2024
e628bb3
Merge branch 'version-5.0.0' into auto-heap-dump
bruno-garcia Nov 16, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 14 additions & 14 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,6 @@
# Changelog

## Version Five

### API Changes

- You should no longer pass `AndroidContext` as an argument to `SentrySdk.Init` ([#3562](https://github.com/getsentry/sentry-dotnet/pull/3562))
- The `SentryUser.Segment` property has been deprecated. Consider sending this as a tag or additional data instead ([#3563](https://github.com/getsentry/sentry-dotnet/pull/3563))
- The ITraceContext now includes an [Origin](https://develop.sentry.dev/sdk/telemetry/traces/trace-origin/), which is set automatically and is primarily used internally by the Sentry server ([#3564](https://github.com/getsentry/sentry-dotnet/pull/3564))
- `Device.BatteryLevel` and `Device.ProcessorFrequency` are now stored as floats rather than ints, to align with the Cocoa and Java SDKs ([#3567](https://github.com/getsentry/sentry-dotnet/pull/3567))
- `SentryOptions.EnableTracing` has been removed. Instead, tracing should be enabled or disabled by setting the `SentryOptions.TracesSampleRate` or by using `SentryOptions.TracesSampler` to configure a sampling function ([#3569](https://github.com/getsentry/sentry-dotnet/pull/3569))
- The `FailedRequestTargets`, `TagFilters` and `TracePropagationTargets` options have all been changed from `SubstringOrRegexPattern` to `IList<StringOrRegex>` ([#3566](https://github.com/getsentry/sentry-dotnet/pull/3566))
- `Scope.Transaction` is now always stored as an `AsyncLocal` also in [Global Mode](https://docs.sentry.io/platforms/dotnet/configuration/options/#is-global-mode-enabled), to prevent auto-instrumented spans from the UI ending up parented to transactions from a background task (or vice versa). ([#3596](https://github.com/getsentry/sentry-dotnet/pull/3596))
- Heap dumps can be captured automatically when memory usage exceeds a configurable threshold ([#3667](https://github.com/getsentry/sentry-dotnet/pull/3667))

## Unreleased
## 14.12.1-dump1

### Features

Expand All @@ -29,6 +16,19 @@
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#7150)
- [diff](https://github.com/getsentry/sentry-java/compare/7.14.0...7.15.0)

## Version Five

### API Changes

- You should no longer pass `AndroidContext` as an argument to `SentrySdk.Init` ([#3562](https://github.com/getsentry/sentry-dotnet/pull/3562))
- The `SentryUser.Segment` property has been deprecated. Consider sending this as a tag or additional data instead ([#3563](https://github.com/getsentry/sentry-dotnet/pull/3563))
- The ITraceContext now includes an [Origin](https://develop.sentry.dev/sdk/telemetry/traces/trace-origin/), which is set automatically and is primarily used internally by the Sentry server ([#3564](https://github.com/getsentry/sentry-dotnet/pull/3564))
- `Device.BatteryLevel` and `Device.ProcessorFrequency` are now stored as floats rather than ints, to align with the Cocoa and Java SDKs ([#3567](https://github.com/getsentry/sentry-dotnet/pull/3567))
- `SentryOptions.EnableTracing` has been removed. Instead, tracing should be enabled or disabled by setting the `SentryOptions.TracesSampleRate` or by using `SentryOptions.TracesSampler` to configure a sampling function ([#3569](https://github.com/getsentry/sentry-dotnet/pull/3569))
- The `FailedRequestTargets`, `TagFilters` and `TracePropagationTargets` options have all been changed from `SubstringOrRegexPattern` to `IList<StringOrRegex>` ([#3566](https://github.com/getsentry/sentry-dotnet/pull/3566))
- `Scope.Transaction` is now always stored as an `AsyncLocal` also in [Global Mode](https://docs.sentry.io/platforms/dotnet/configuration/options/#is-global-mode-enabled), to prevent auto-instrumented spans from the UI ending up parented to transactions from a background task (or vice versa). ([#3596](https://github.com/getsentry/sentry-dotnet/pull/3596))
- Heap dumps can be captured automatically when memory usage exceeds a configurable threshold ([#3667](https://github.com/getsentry/sentry-dotnet/pull/3667))

## 4.12.1

### Fixes
Expand Down
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>

<PropertyGroup>
<VersionPrefix>4.12.2</VersionPrefix>
<VersionPrefix>14.12.1-dump1</VersionPrefix>
<LangVersion>12</LangVersion>
<AccelerateBuildsInVisualStudio>true</AccelerateBuildsInVisualStudio>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
Expand Down
Loading