Skip to content

Commit a4f56fd

Browse files
authored
Fix typo in apple.mdx
`birthady` -> `birthday`
1 parent 68c0ced commit a4f56fd

File tree

1 file changed

+1
-1
lines changed
  • platform-includes/sensitive-data/set-tag

1 file changed

+1
-1
lines changed

platform-includes/sensitive-data/set-tag/apple.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import Sentry
33

44
SentrySDK.configureScope { scope in
5-
scope.setTag(value:YourHashTool.checksumOrHash("08/12/1990"), key:"birthady")
5+
scope.setTag(value:YourHashTool.checksumOrHash("08/12/1990"), key:"birthday")
66
}
77
```
88

0 commit comments

Comments
 (0)