Skip to content

Commit

Permalink
fix: 'SentryFileManager+Test.h' file not found (#3950)
Browse files Browse the repository at this point in the history
* Update SentryTracer.m

* Update CHANGELOG.md
  • Loading branch information
brustolin authored and philipphofmann committed May 10, 2024
1 parent 09a5dfa commit ea64ff5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## Unreleased

### Fixes

- 'SentryFileManager+Test.h' file not found (#3950)

## 8.25.1

### Features
Expand Down
5 changes: 0 additions & 5 deletions Sources/Sentry/SentryTracer.m
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,6 @@
# import <SentryScreenFrames.h>
#endif // SENTRY_HAS_UIKIT

#if defined(TEST) || defined(TESTCI) || defined(DEBUG)
# import "SentryFileManager+Test.h"
# import "SentryInternalDefines.h"
#endif // defined(TEST) || defined(TESTCI) || defined(DEBUG)

NS_ASSUME_NONNULL_BEGIN

static const void *spanTimestampObserver = &spanTimestampObserver;
Expand Down

0 comments on commit ea64ff5

Please sign in to comment.