Skip to content

Commit e1a4216

Browse files
committed
Update metrics
1 parent 6a59e56 commit e1a4216

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/app/src/sandbox/utils/metrics.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ getGlobal().measurements = {
108108
getMeasurements,
109109
};
110110

111-
const MEASUREMENT_API = `https://col.ops.csb.dev/data/sandpack`;
111+
const MEASUREMENT_API = `https://col.csbops.io/data/sandpack`;
112112

113113
export function persistMeasurements(data: {
114114
sandboxId: string;
@@ -121,7 +121,6 @@ export function persistMeasurements(data: {
121121
measurement: 'load_times',
122122
tags: {
123123
browser: data.browser,
124-
sandbox_id: data.sandboxId,
125124
cache_used: data.cacheUsed,
126125
version: data.version,
127126
},

0 commit comments

Comments
 (0)