We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97896f9 commit 230e1f0Copy full SHA for 230e1f0
.vscode/settings.json
@@ -38,6 +38,5 @@
38
"editor.codeActionsOnSave": {
39
"source.organizeImports.biome": "explicit",
40
},
41
- "editor.defaultFormatter": "biomejs.biome",
42
- "cSpell.words": ["pageloads"]
+ "editor.defaultFormatter": "biomejs.biome"
43
}
packages/sveltekit/src/client/browserTracingIntegration.ts
@@ -31,8 +31,6 @@ export class BrowserTracing extends OriginalBrowserTracing {
31
32
/**
33
* A custom `BrowserTracing` integration for SvelteKit.
34
- *
35
- * @param options
36
*/
37
export function browserTracingIntegration(
options: Parameters<typeof originalBrowserTracingIntegration>[0] = {},
0 commit comments