Skip to content

Commit

Permalink
Fix eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
romtsn committed Sep 17, 2024
1 parent 8fcfaea commit 5820d73
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/profiling/integration.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ import type { Envelope, Event, Profile, ThreadCpuProfile, Transaction, Transport
import * as Sentry from '../../src/js';
import type { NativeDeviceContextsResponse } from '../../src/js/NativeRNSentry';
import { getDebugMetadata } from '../../src/js/profiling/debugid';
import { hermesProfilingIntegration, HermesProfilingOptions } from '../../src/js/profiling/integration';
import type { HermesProfilingOptions } from '../../src/js/profiling/integration';
import { hermesProfilingIntegration } from '../../src/js/profiling/integration';
import type { AndroidProfileEvent } from '../../src/js/profiling/types';
import { getDefaultEnvironment, isHermesEnabled, notWeb } from '../../src/js/utils/environment';
import { RN_GLOBAL_OBJ } from '../../src/js/utils/worldwide';
Expand Down

0 comments on commit 5820d73

Please sign in to comment.