Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
lint
  • Loading branch information
doronpr authored Mar 28, 2024
commit b7cb18a54ac840a5c5010c0da656865a7265826e
2 changes: 1 addition & 1 deletion src/js/options.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import type { BrowserTransportOptions } from '@sentry/browser/types/transports/types';
import type { ProfilerProps } from '@sentry/react/types/profiler';
import type {CaptureContext, ClientOptions, Event, EventHint, Options} from '@sentry/types';
import type { CaptureContext, ClientOptions, Event, EventHint, Options } from '@sentry/types';
import { Platform } from 'react-native';

import type { TouchEventBoundaryProps } from './touchevents';
Expand Down