We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a59e56 commit e1a4216Copy full SHA for e1a4216
packages/app/src/sandbox/utils/metrics.ts
@@ -108,7 +108,7 @@ getGlobal().measurements = {
108
getMeasurements,
109
};
110
111
-const MEASUREMENT_API = `https://col.ops.csb.dev/data/sandpack`;
+const MEASUREMENT_API = `https://col.csbops.io/data/sandpack`;
112
113
export function persistMeasurements(data: {
114
sandboxId: string;
@@ -121,7 +121,6 @@ export function persistMeasurements(data: {
121
measurement: 'load_times',
122
tags: {
123
browser: data.browser,
124
- sandbox_id: data.sandboxId,
125
cache_used: data.cacheUsed,
126
version: data.version,
127
},
0 commit comments