We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d8b97c commit 1a2d264Copy full SHA for 1a2d264
lib/src/sentry.ts
@@ -31,6 +31,11 @@ export function initSentry(sentry: boolean) {
31
});
32
33
hub = new Sentry.Hub(client);
34
+
35
+ hub.configureScope(function (scope) {
36
+ scope.setTag('source', '@hCaptcha/loader');
37
+ });
38
39
return hub;
40
}
41
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@hcaptcha/loader",
3
"description": "This is a JavaScript library to easily configure the loading of the hCaptcha JS client SDK with built-in error handling.",
4
- "version": "1.0.4",
+ "version": "1.0.5",
5
"author": "hCaptcha team and contributors",
6
"license": "MIT",
7
"keywords": [
0 commit comments