Skip to content

Commit

Permalink
Merge branch 'main' into fix/full-pdb
Browse files Browse the repository at this point in the history
  • Loading branch information
mattjohnsonpint committed Mar 8, 2023
2 parents a3e1f5c + e826ced commit 8c8e345
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@

- Get debug image for Full PDB format on Windows ([#2222](https://github.com/getsentry/sentry-dotnet/pull/2222))

### Dependencies

- Bump Cocoa SDK from v8.2.0 to v8.3.0 ([#2220](https://github.com/getsentry/sentry-dotnet/pull/2220))
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#830)
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.2.0...8.3.0)

## 3.29.0

**Notice:** The `<SentryUploadSymbols>` MSBuild property previously defaulted to `true` for projects compiled in `Release` configuration.
Expand Down
4 changes: 4 additions & 0 deletions src/Sentry.Bindings.Cocoa/ApiDefinitions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -738,6 +738,10 @@ interface SentryOptions
[Export ("enableFileIOTracing")]
bool EnableFileIOTracing { get; set; }

// @property (nonatomic) BOOL enableTracing;
[Export ("enableTracing")]
bool EnableTracing { get; set; }

// @property (nonatomic, strong) NSNumber * _Nullable tracesSampleRate;
[NullAllowed, Export ("tracesSampleRate", ArgumentSemantic.Strong)]
NSNumber TracesSampleRate { get; set; }
Expand Down

0 comments on commit 8c8e345

Please sign in to comment.