Skip to content

Commit 9c96723

Browse files
authored
chore(release): 1.1.1 (#1478)
1 parent b132784 commit 9c96723

File tree

10 files changed

+24
-9
lines changed

10 files changed

+24
-9
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
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+
## 1.1.1
6+
7+
- `@splunk/otel-web`
8+
- **Fixed service.name attribute handling** [#1451](https://github.com/signalfx/splunk-otel-js-web/pull/1451)
9+
- Prevents the default `unknown_service` value from being included in exported spans when no explicit service name is configured
10+
- **Reduced click text capture length** [#1455](https://github.com/signalfx/splunk-otel-js-web/pull/1455)
11+
- Decreased maximum captured click text length from 128 to 50 characters
12+
- **Updated dependencies**
13+
- Updated various dependencies
14+
15+
- `@splunk/otel-web-session-recorder`
16+
- **Updated session replay CDN package** [#1468](https://github.com/signalfx/splunk-otel-js-web/pull/1468)
17+
- Updated session replay module from v2.5.2 to v2.5.4
18+
- Fixes potential website crashes in Safari in certain scenarios related to WebKit bug ([WebKit Bug 301688](https://bugs.webkit.org/show_bug.cgi?id=301688))
19+
520
## 1.1.0
621

722
- `@splunk/otel-web`

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": "1.1.0",
4+
"version": "1.1.1",
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": "1.1.0",
3+
"version": "1.1.1",
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 = '1.1.0'
20+
export const VERSION = '1.1.1'

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": "1.1.0",
4+
"version": "1.1.1",
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 = '1.1.0'
20+
export const VERSION = '1.1.1'

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": "1.1.0",
3+
"version": "1.1.1",
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 = '1.1.0'
20+
export const VERSION = '1.1.1'

packages/web/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",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "Splunk distribution of Open Telemetry for browser environment.",
55
"keywords": [
66
"splunk",

packages/web/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 = '1.1.0'
20+
export const VERSION = '1.1.1'

0 commit comments

Comments
 (0)