@sentry/junior-hex 0.74.0 → 0.75.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sentry/junior-hex",
3
- "version": "0.74.0",
3
+ "version": "0.75.0",
4
4
  "private": false,
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -5,7 +5,9 @@ description: >
5
5
  Internal data access primitive. Executes a Hex query and returns structured
6
6
  results. Called by core skills — not intended for direct use. Invoke when you
7
7
  need to run a Hex query on behalf of a core skill that has provided a query
8
- and pattern.
8
+ and pattern. Do not use for Sentry product telemetry, Sentry feature-usage
9
+ questions, or explicit requests to use Sentry telemetry when the Sentry skill
10
+ is available.
9
11
  ---
10
12
 
11
13
  # Query Hex (Atomic)