Skip to content

Commit 377ee96

Browse files
authored
chore(release): v0.21.0 (#1113)
1 parent 8996f6c commit 377ee96

File tree

9 files changed

+23
-14
lines changed

9 files changed

+23
-14
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
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+
## 0.21.0
6+
* @splunk/otel-web
7+
* feat: respect `ignoreUrls` option for `routeChange` span creation [#1112](https://github.com/signalfx/splunk-otel-js-web/pull/1112)
8+
- **Route change spans will no longer be created for URLs that match the `ignoreUrls` pattern.**
9+
- This is especially useful for single-page applications (SPAs) where you want to avoid tracking certain route changes.
10+
- To take advantage of this, set the `ignoreUrls` option when configuring the SDK.
11+
* internal
12+
* Updated dependencies
13+
514
## 0.20.4
615
* @splunk/otel-web
716
* fix: compatibility with Internet Explorer [#1108](https://github.com/signalfx/splunk-otel-js-web/pull/1108) [#1099](https://github.com/signalfx/splunk-otel-js-web/pull/1099)

package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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": "0.20.4",
4+
"version": "0.21.0",
55
"--workspaces": "Hardcoded so npm runs workspaces commands in order",
66
"workspaces": [
77
"packages/web",

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": "0.20.4",
4+
"version": "0.21.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 = '0.20.4'
20+
export const VERSION = '0.21.0'

packages/session-recorder/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@splunk/otel-web-session-recorder",
3-
"version": "0.20.4",
3+
"version": "0.21.0",
44
"description": "Splunk distribution of rrweb for recording session",
55
"repository": "github:signalfx/splunk-otel-js-browser",
66
"scripts": {
@@ -37,7 +37,7 @@
3737
"type-fest": "^4.37.0"
3838
},
3939
"peerDependencies": {
40-
"@splunk/otel-web": "^0.20.0"
40+
"@splunk/otel-web": "^0.21.0"
4141
},
4242
"devDependencies": {
4343
"@babel/plugin-transform-runtime": "^7.22.9",

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 = '0.20.4'
20+
export const VERSION = '0.21.0'

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": "0.20.4",
3+
"version": "0.21.0",
44
"description": "Splunk distribution of Open Telemetry for browser environment.",
55
"repository": "github:signalfx/splunk-otel-js-browser",
66
"scripts": {

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 = '0.20.4'
20+
export const VERSION = '0.21.0'

0 commit comments

Comments
 (0)