File tree Expand file tree Collapse file tree 10 files changed +24
-9
lines changed
Expand file tree Collapse file tree 10 files changed +24
-9
lines changed Original file line number Diff line number Diff line change 22
33If 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 `
Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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 '
Original file line number Diff line number Diff line change 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:*" ,
Original file line number Diff line number Diff line change 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 '
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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 '
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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 '
You can’t perform that action at this time.
0 commit comments