UNPKG
@embrace-io/web-sdk
Version:
latest (2.25.0)
2.25.0
2.24.0
2.23.1
2.22.0
2.21.0
2.20.0
2.19.0
2.18.0
2.17.0
2.16.0
2.15.0
2.14.0
2.13.0
2.12.1
2.12.0
2.11.1
2.11.0
2.10.0
2.9.0
2.8.3
2.8.2
2.8.1
2.8.0
2.7.1
2.6.0
2.5.0
2.4.1
2.3.3
2.3.2
2.3.1
2.3.0
2.2.0
2.1.0
2.0.1
2.0.0
1.8.2
1.8.1
1.8.0
1.7.1
1.7.0
1.6.0
1.5.0
1.4.1
1.4.0
1.3.0
1.2.2
1.2.1
1.2.0
1.1.0
1.0.1
1.0.0
0.2.2
0.2.1
0.2.0
0.1.5
0.0.17
0.0.16
0.0.15
0.0.14
0.0.13
0.0.12
0.0.11
Embrace Web SDK
github.com/embrace-io/embrace-web-sdk
embrace-io/embrace-web-sdk
@embrace-io/web-sdk
/
dist
/
common
/
attributes.cjs
7 lines
(6 loc)
•
290 B
JavaScript
View Raw
1
2
3
4
5
6
7
Object
.
defineProperty
(
exports
,
Symbol
.
toStringTag
, {
value
:
"Module"
});
//#region src/common/attributes.ts
const
attributes = {
pageLabel
:
require
(
"../constants/attributes.cjs"
).
KEY_APP_SURFACE_LABEL
};
//#endregion
exports
.
attributes
= attributes;
//# sourceMappingURL=attributes.cjs.map