Skip to content

Commit fa0ecad

Browse files
fix(apple): Typo in fingerprint for database (#3526)
The code sample was missing a few characters to compile. This is fixed now.
1 parent a139b62 commit fa0ecad

File tree

1 file changed

+1
-1
lines changed
  • src/includes/set-fingerprint/database-connection

1 file changed

+1
-1
lines changed

src/includes/set-fingerprint/database-connection/apple.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ SentrySDK.start { options in
2525
}
2626
return event;
2727
};
28-
}
28+
}];
2929
```

0 commit comments

Comments
 (0)