crumbtrail-core 0.2.2 → 0.2.3

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.
Files changed (1) hide show
  1. package/package.json +13 -4
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "crumbtrail-core",
3
- "version": "0.2.2",
4
- "description": "Browser SDK for capturing Crumbtrail sessions and sending evidence to a local Crumbtrail server.",
3
+ "version": "0.2.3",
4
+ "description": "Capture the console, network, DOM and state around a bug and hand it to a coding agent as evidence. Zero-dependency browser SDK. See https://crumbtrail.dev",
5
5
  "license": "MIT",
6
6
  "repository": {
7
7
  "type": "git",
@@ -11,9 +11,18 @@
11
11
  "keywords": [
12
12
  "crumbtrail",
13
13
  "debugging",
14
+ "bug-reporting",
15
+ "ai-agents",
16
+ "coding-agent",
14
17
  "session-replay",
15
18
  "observability",
16
- "browser-sdk"
19
+ "developer-tools",
20
+ "browser-sdk",
21
+ "error-tracking",
22
+ "javascript",
23
+ "typescript",
24
+ "redaction",
25
+ "telemetry"
17
26
  ],
18
27
  "type": "module",
19
28
  "main": "./dist/index.cjs",
@@ -33,7 +42,7 @@
33
42
  "publishConfig": {
34
43
  "access": "public"
35
44
  },
36
- "homepage": "https://github.com/crumbtrail-dev/crumbtrail-js/tree/main/packages/core#readme",
45
+ "homepage": "https://crumbtrail.dev",
37
46
  "bugs": {
38
47
  "url": "https://github.com/crumbtrail-dev/crumbtrail-js/issues"
39
48
  },