Skip to content

Commit

Permalink
fix: Remove unused spanName from TimeToDisplayProps (#4150)
Browse files Browse the repository at this point in the history
  • Loading branch information
krystofwoldrich authored Oct 7, 2024
1 parent 3f37180 commit ad495e2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
### Fixes

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

### Dependencies

Expand Down
1 change: 0 additions & 1 deletion src/js/tracing/timetodisplay.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ const fullDisplayBeforeInitialDisplay = new WeakMap<Span, true>();

export type TimeToDisplayProps = {
children?: React.ReactNode;
spanName?: string;
record?: boolean;
};

Expand Down

0 comments on commit ad495e2

Please sign in to comment.