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 68c0ced commit a4f56fdCopy full SHA for a4f56fd
platform-includes/sensitive-data/set-tag/apple.mdx
@@ -2,7 +2,7 @@
2
import Sentry
3
4
SentrySDK.configureScope { scope in
5
- scope.setTag(value:YourHashTool.checksumOrHash("08/12/1990"), key:"birthady")
+ scope.setTag(value:YourHashTool.checksumOrHash("08/12/1990"), key:"birthday")
6
}
7
```
8
0 commit comments