We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Span
1 parent fb698e9 commit f54118bCopy full SHA for f54118b
CHANGELOG.md
@@ -35,6 +35,8 @@
35
});
36
```
37
38
+- Export `Span` type from `@sentry/types` ([#4345](https://github.com/getsentry/sentry-react-native/pull/4345))
39
+
40
### Fixes
41
42
- Return `lastEventId` export from `@sentry/core` ([#4315](https://github.com/getsentry/sentry-react-native/pull/4315))
packages/core/src/js/index.ts
@@ -6,6 +6,7 @@ export type {
6
Exception,
7
SendFeedbackParams,
8
SeverityLevel,
9
+ Span,
10
StackFrame,
11
Stacktrace,
12
Thread,
0 commit comments