Skip to content

Commit

Permalink
Add changeset types to existing changesets (#774)
Browse files Browse the repository at this point in the history
In the latest mono version support for changeset types were added. Newer
mono versions won't publish package changesets without types. Add these
types for existing changesets so they can be published with the latest
mono version.

[skip changeset]
[skip ci]
  • Loading branch information
tombruijn authored Dec 1, 2021
1 parent 57b597a commit fe226e9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .changesets/add-experimental-span-api.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
bump: "patch"
type: "add"
---

Add experimental Span API. This is not loaded by default and we do not recommend using it yet.
1 change: 1 addition & 0 deletions .changesets/bump-agent-to-v-5b63505.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
bump: "patch"
type: "change"
---

Bump agent to v-5b63505
Expand Down
1 change: 1 addition & 0 deletions .changesets/span-api-data-filtering.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
bump: "patch"
type: "change"
---

Use the `filter_parameters` and `filter_session_data` options to filter out specific parameter keys or session data keys for the experimental Span API. Previously only the (undocumented) `filter_data_keys` config option was available to filter out all kinds of app data.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
bump: "patch"
type: "change"
---

Standardize diagnose validation failure message. Explain the diagnose request failed and why.

0 comments on commit fe226e9

Please sign in to comment.