Skip to content

Commit

Permalink
Merge pull request #2112 from bugsnag/export-browserbugsnagstatic
Browse files Browse the repository at this point in the history
Export BrowserBugsnagStatic
  • Loading branch information
djskinner authored Apr 5, 2024
2 parents 1a133cf + d898b48 commit eea3950
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/browser/types/bugsnag.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ interface BrowserConfig extends Config {
trackInlineScripts?: boolean
}

interface BrowserBugsnagStatic extends BugsnagStatic {
export interface BrowserBugsnagStatic extends BugsnagStatic {
start(apiKeyOrOpts: string | BrowserConfig): Client
createClient(apiKeyOrOpts: string | BrowserConfig): Client
}
Expand Down

0 comments on commit eea3950

Please sign in to comment.