hanzi-browse 2.2.2 → 2.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.
@@ -4,7 +4,7 @@
4
4
  <meta charset="UTF-8">
5
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
6
  <title>Hanzi Developer Console</title>
7
- <script type="module" crossorigin src="/dashboard/assets/index-C6ONL__u.js"></script>
7
+ <script type="module" crossorigin src="/dashboard/assets/index-wVMUNuBA.js"></script>
8
8
  <link rel="stylesheet" crossorigin href="/dashboard/assets/index-vMQ9aDcG.css">
9
9
  </head>
10
10
  <body>
@@ -17,6 +17,10 @@ export function initManagedTelemetry() {
17
17
  dsn: sentryDsn,
18
18
  environment: process.env.NODE_ENV || "development",
19
19
  tracesSampleRate: 0.2,
20
+ beforeSend(event) {
21
+ delete event.server_name;
22
+ return event;
23
+ },
20
24
  });
21
25
  }
22
26
  if (posthogKey) {
package/dist/telemetry.js CHANGED
@@ -17,7 +17,6 @@ const __filename = fileURLToPath(import.meta.url);
17
17
  const __dirname = dirname(__filename);
18
18
  const CONFIG_DIR = join(homedir(), ".hanzi-browse");
19
19
  const CONFIG_PATH = join(CONFIG_DIR, "config.json");
20
- // Placeholder DSNs — will be replaced with real values in Task 8
21
20
  const SENTRY_DSN = "https://2d5504c5db572b0b2709e64f03bdfcc6@o4511120870932480.ingest.us.sentry.io/4511120907698176";
22
21
  const POSTHOG_KEY = "phc_SNXFKD8YOBPvBNWWZnuCe7stDsJJNJ5WS8MujKhajIF";
23
22
  const POSTHOG_HOST = "https://us.i.posthog.com";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hanzi-browse",
3
- "version": "2.2.2",
3
+ "version": "2.2.3",
4
4
  "description": "Give your AI agent a real browser — click, type, fill forms, test workflows, post content, and read authenticated pages",
5
5
  "license": "PolyForm-Noncommercial-1.0.0",
6
6
  "author": "hanzili",