We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c58bf9 commit 3be3d28Copy full SHA for 3be3d28
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## Unreleased
4
+
5
+### Fixes
6
7
+- 'SentryFileManager+Test.h' file not found (#3950)
8
9
## 8.25.1
10
11
### Features
Sources/Sentry/SentryTracer.m
@@ -50,11 +50,6 @@
50
# import <SentryScreenFrames.h>
51
#endif // SENTRY_HAS_UIKIT
52
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
-
58
NS_ASSUME_NONNULL_BEGIN
59
60
static const void *spanTimestampObserver = &spanTimestampObserver;
0 commit comments