Skip to content

Commit

Permalink
lint & test
Browse files Browse the repository at this point in the history
  • Loading branch information
lforst committed Dec 20, 2024
1 parent 8199f31 commit 6f5a069
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ describe('ContextLines integration in CJS', () => {
],
post_context: ['', '// some more post context'],
colno: 25,
lineno: 11,
lineno: 10,
function: 'Object.?',
in_app: true,
module: 'scenario with space',
Expand Down
2 changes: 1 addition & 1 deletion packages/browser/src/sdk.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import { defaultStackParser } from './stack-parsers';
import { makeFetchTransport } from './transports/fetch';

/** Get the default integrations for the browser SDK. */
export function getDefaultIntegrations(options: Options): Integration[] {
export function getDefaultIntegrations(_options: Options): Integration[] {
/**
* Note: Please make sure this stays in sync with Angular SDK, which re-exports
* `getDefaultIntegrations` but with an adjusted set of integrations.
Expand Down

0 comments on commit 6f5a069

Please sign in to comment.