Skip to content

Commit

Permalink
feat: add missing semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
Joozty committed Nov 4, 2024
1 parent 861bed8 commit e15f4cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ export const SplunkRum: SplunkOtelWebType = {
};

if(BrowserInstanceService.id) {
resourceAttrs['browser.instance.id'] = BrowserInstanceService.id
resourceAttrs['browser.instance.id'] = BrowserInstanceService.id;
}

const syntheticsRunId = getSyntheticsRunId();
Expand Down

0 comments on commit e15f4cb

Please sign in to comment.