Skip to content

Commit

Permalink
Update SentryCrashMonitor_CPPException.cpp to include exception (#4051
Browse files Browse the repository at this point in the history
)

Update SentryCrashMonitor_CPPException.cpp to include exception
  • Loading branch information
Brett-Best authored Jun 11, 2024
1 parent 1ae5768 commit 643853e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@

- Add enableMetricKitRawPayload (#4044)

### Fixes
- `SentryCrashMonitor_CPPException.cpp` compilation using Xcode 16b1 (#4051)

## 8.28.0

### Features
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
#include <stdlib.h>
#include <string.h>
#include <typeinfo>
#include <exception>

#define STACKTRACE_BUFFER_LENGTH 30
#define DESCRIPTION_BUFFER_LENGTH 1000
Expand Down

0 comments on commit 643853e

Please sign in to comment.