Skip to content

Commit ad495e2

Browse files
fix: Remove unused spanName from TimeToDisplayProps (#4150)
1 parent 3f37180 commit ad495e2

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
### Fixes
66

77
- Emits Bridge log only in debug mode ([#4145](https://github.com/getsentry/sentry-react-native/pull/4145))
8+
- Remove unused `spanName` from `TimeToDisplayProps` ([#4150](https://github.com/getsentry/sentry-react-native/pull/4150))
89

910
### Dependencies
1011

src/js/tracing/timetodisplay.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ const fullDisplayBeforeInitialDisplay = new WeakMap<Span, true>();
2121

2222
export type TimeToDisplayProps = {
2323
children?: React.ReactNode;
24-
spanName?: string;
2524
record?: boolean;
2625
};
2726

0 commit comments

Comments
 (0)