Skip to content

Commit 14c0233

Browse files
authored
chore(release): v2.1.0 (#1607)
1 parent f0af5a3 commit 14c0233

File tree

12 files changed

+43
-19
lines changed

12 files changed

+43
-19
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,30 @@
22

33
If the version of Open Telemetry is unspecified for a version, then it is the same as in the previous release.
44

5+
## 2.1.0
6+
7+
- `@splunk/otel-web`
8+
- **Change Rage Click Type to Frustration** [#1593](https://github.com/signalfx/splunk-otel-js-web/pull/1593)
9+
- Renamed rage click feature to "frustration" to enable future expansion to additional frustration categories
10+
- Added new `frustration_type` and `interaction_type` attributes
11+
- This allows future support for error clicks and dead clicks
12+
- **Increase Default Rage Click Limit from 3 to 4** [#1590](https://github.com/signalfx/splunk-otel-js-web/pull/1590)
13+
- Raised the threshold for detecting rage clicks from 3 to 4 occurrences within a one-second timeframe
14+
- **Emit Session Start Span** [#1584](https://github.com/signalfx/splunk-otel-js-web/pull/1584)
15+
- Added automatic emission of a `session.start` span when a new session begins
16+
- Each session generates exactly one span for tracking session lifecycles
17+
- **Fix Secret Scanning False Positives in Bundle** [#1594](https://github.com/signalfx/splunk-otel-js-web/pull/1594)
18+
- Fixed an issue where GitHub's secret scanning triggered false alerts when including the library's bundle in repositories
19+
- Replaced occurrences of unused "OTEL_EXPORTER_JAEGER_PASSWORD" environment variable name
20+
- **Internal: Ensure Fresh Session State is Returned** [#1589](https://github.com/signalfx/splunk-otel-js-web/pull/1589)
21+
- **Internal: Fix Optimised Parameter in getElementXPath** [#1588](https://github.com/signalfx/splunk-otel-js-web/pull/1588)
22+
23+
- `@splunk/otel-web-session-recorder`
24+
- **Updated Session Replay CDN Module** [#1630](https://github.com/signalfx/splunk-otel-js-web/pull/1630)
25+
- Bumped session-replay to latest upstream version
26+
27+
- **Updated dependencies** [#1592](https://github.com/signalfx/splunk-otel-js-web/pull/1592), [#1595](https://github.com/signalfx/splunk-otel-js-web/pull/1595), [#1596](https://github.com/signalfx/splunk-otel-js-web/pull/1596), [#1597](https://github.com/signalfx/splunk-otel-js-web/pull/1597), [#1599](https://github.com/signalfx/splunk-otel-js-web/pull/1599), [#1601](https://github.com/signalfx/splunk-otel-js-web/pull/1601), [#1602](https://github.com/signalfx/splunk-otel-js-web/pull/1602), [#1603](https://github.com/signalfx/splunk-otel-js-web/pull/1603), [#1604](https://github.com/signalfx/splunk-otel-js-web/pull/1604), [#1605](https://github.com/signalfx/splunk-otel-js-web/pull/1605), [#1608](https://github.com/signalfx/splunk-otel-js-web/pull/1608), [#1609](https://github.com/signalfx/splunk-otel-js-web/pull/1609), [#1610](https://github.com/signalfx/splunk-otel-js-web/pull/1610), [#1611](https://github.com/signalfx/splunk-otel-js-web/pull/1611), [#1616](https://github.com/signalfx/splunk-otel-js-web/pull/1616), [#1620](https://github.com/signalfx/splunk-otel-js-web/pull/1620), [#1621](https://github.com/signalfx/splunk-otel-js-web/pull/1621), [#1622](https://github.com/signalfx/splunk-otel-js-web/pull/1622), [#1623](https://github.com/signalfx/splunk-otel-js-web/pull/1623), [#1624](https://github.com/signalfx/splunk-otel-js-web/pull/1624), [#1625](https://github.com/signalfx/splunk-otel-js-web/pull/1625), [#1627](https://github.com/signalfx/splunk-otel-js-web/pull/1627), [#1628](https://github.com/signalfx/splunk-otel-js-web/pull/1628), [#1632](https://github.com/signalfx/splunk-otel-js-web/pull/1632), [#1633](https://github.com/signalfx/splunk-otel-js-web/pull/1633), [#1634](https://github.com/signalfx/splunk-otel-js-web/pull/1634), [#1635](https://github.com/signalfx/splunk-otel-js-web/pull/1635), [#1636](https://github.com/signalfx/splunk-otel-js-web/pull/1636)
28+
529
## 2.0.0
630

731
### Breaking Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@splunk/otel-web-dev-root",
33
"private": true,
4-
"version": "2.0.0",
4+
"version": "2.1.0",
55
"engines": {
66
"node": ">=22",
77
"pnpm": ">=10"

packages/build-plugins/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@splunk/rum-build-plugins",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"description": "Build plugins for users of @splunk/otel-web",
55
"keywords": [
66
"splunk",

packages/build-plugins/src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717
*/
1818

1919
// this is an autogenerated file, see scripts/version-update.js
20-
export const VERSION = '2.0.0'
20+
export const VERSION = '2.1.0'

packages/integration-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@splunk/otel-js-web-integration-tests",
33
"private": true,
4-
"version": "2.0.0",
4+
"version": "2.1.0",
55
"repository": "github:signalfx/splunk-otel-js-browser",
66
"scripts": {
77
"server": "run-p server:*",

packages/integration-tests/src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717
*/
1818

1919
// this is an autogenerated file, see scripts/version-update.js
20-
export const VERSION = '2.0.0'
20+
export const VERSION = '2.1.0'

packages/session-recorder/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -89,25 +89,25 @@ Choose a versioning strategy based on your needs:
8989
**Minor Version Lock**
9090

9191
```html
92-
<!-- Locks to v2.0.x - gets latest patch updates only -->
93-
<script src="https://cdn.signalfx.com/o11y-gdi-rum/v2.0/splunk-otel-web.js" crossorigin="anonymous"></script>
92+
<!-- Locks to v2.1.x - gets latest patch updates only -->
93+
<script src="https://cdn.signalfx.com/o11y-gdi-rum/v2.1/splunk-otel-web.js" crossorigin="anonymous"></script>
9494
<script
95-
src="https://cdn.signalfx.com/o11y-gdi-rum/v2.0/splunk-otel-web-session-recorder.js"
95+
src="https://cdn.signalfx.com/o11y-gdi-rum/v2.1/splunk-otel-web-session-recorder.js"
9696
crossorigin="anonymous"
9797
></script>
9898
```
9999

100100
**Exact Version Lock**
101101

102102
```html
103-
<!-- Locks to exact version v2.0.0 - no automatic updates -->
103+
<!-- Locks to exact version v2.1.0 - no automatic updates -->
104104
<script
105-
src="https://cdn.signalfx.com/o11y-gdi-rum/v2.0.0/splunk-otel-web.js"
105+
src="https://cdn.signalfx.com/o11y-gdi-rum/v2.1.0/splunk-otel-web.js"
106106
crossorigin="anonymous"
107107
integrity="sha384-<integrity>"
108108
></script>
109109
<script
110-
src="https://cdn.signalfx.com/o11y-gdi-rum/v2.0.0/splunk-otel-web-session-recorder.js"
110+
src="https://cdn.signalfx.com/o11y-gdi-rum/v2.1.0/splunk-otel-web-session-recorder.js"
111111
crossorigin="anonymous"
112112
integrity="sha384-<integrity>"
113113
></script>

packages/session-recorder/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@splunk/otel-web-session-recorder",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"description": "Session recorder for Splunk Observability",
55
"keywords": [
66
"splunk",

packages/session-recorder/src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717
*/
1818

1919
// this is an autogenerated file, see scripts/version-update.js
20-
export const VERSION = '2.0.0'
20+
export const VERSION = '2.1.0'

packages/web/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,16 +77,16 @@ Choose a versioning strategy based on your needs:
7777
**Minor Version Lock**
7878

7979
```html
80-
<!-- Locks to v2.0.x - gets latest patch updates only -->
81-
<script src="https://cdn.signalfx.com/o11y-gdi-rum/v2.0/splunk-otel-web.js" crossorigin="anonymous"></script>
80+
<!-- Locks to v2.1.x - gets latest patch updates only -->
81+
<script src="https://cdn.signalfx.com/o11y-gdi-rum/v2.1/splunk-otel-web.js" crossorigin="anonymous"></script>
8282
```
8383

8484
**Exact Version Lock**
8585

8686
```html
87-
<!-- Locks to exact version v2.0.0 - no automatic updates -->
87+
<!-- Locks to exact version v2.1.0 - no automatic updates -->
8888
<script
89-
src="https://cdn.signalfx.com/o11y-gdi-rum/v2.0.0/splunk-otel-web.js"
89+
src="https://cdn.signalfx.com/o11y-gdi-rum/v2.1.0/splunk-otel-web.js"
9090
crossorigin="anonymous"
9191
integrity="sha384-<integrity>"
9292
></script>

0 commit comments

Comments
 (0)