Skip to content

Commit 3be3d28

Browse files
authored
fix: 'SentryFileManager+Test.h' file not found (#3950)
* Update SentryTracer.m * Update CHANGELOG.md
1 parent 3c58bf9 commit 3be3d28

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## Unreleased
4+
5+
### Fixes
6+
7+
- 'SentryFileManager+Test.h' file not found (#3950)
8+
39
## 8.25.1
410

511
### Features

Sources/Sentry/SentryTracer.m

-5
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,6 @@
5050
# import <SentryScreenFrames.h>
5151
#endif // SENTRY_HAS_UIKIT
5252

53-
#if defined(TEST) || defined(TESTCI) || defined(DEBUG)
54-
# import "SentryFileManager+Test.h"
55-
# import "SentryInternalDefines.h"
56-
#endif // defined(TEST) || defined(TESTCI) || defined(DEBUG)
57-
5853
NS_ASSUME_NONNULL_BEGIN
5954

6055
static const void *spanTimestampObserver = &spanTimestampObserver;

0 commit comments

Comments
 (0)