@launchdarkly/observability 0.1.5 → 0.1.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +14 -0
- package/dist/observability.js +4 -0
- package/dist/observability.js.map +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @launchdarkly/observability
|
|
2
2
|
|
|
3
|
+
## 0.1.7
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [bb75fea]
|
|
8
|
+
- highlight.run@9.18.3
|
|
9
|
+
|
|
10
|
+
## 0.1.6
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- Updated dependencies [027df7b]
|
|
15
|
+
- highlight.run@9.18.2
|
|
16
|
+
|
|
3
17
|
## 0.1.5
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|
package/dist/observability.js
CHANGED
|
@@ -12261,6 +12261,10 @@ class fm {
|
|
|
12261
12261
|
class bm extends tu {
|
|
12262
12262
|
constructor(t, n) {
|
|
12263
12263
|
var r, i, o, a, u, c;
|
|
12264
|
+
if (typeof window > "u" || typeof document > "u") {
|
|
12265
|
+
console.warn("Session Replay is not initializing because it is not supported in this environment.");
|
|
12266
|
+
return;
|
|
12267
|
+
}
|
|
12264
12268
|
if (!t) {
|
|
12265
12269
|
console.info("Highlight is not initializing because projectID was passed undefined.");
|
|
12266
12270
|
return;
|