Openstatus www.openstatus.dev

fix: remove otel endpoint (#1339)

authored by

Maximilian Kaske and committed by
GitHub
f47fabcf 868ce009

+2
+2
packages/db/src/schema/shared.ts
··· 16 16 body: true, 17 17 headers: true, 18 18 method: true, 19 + otelEndpoint: true, 20 + otelHeaders: true, 19 21 }); 20 22 21 23 export const selectStatusReportPageSchema = selectStatusReportSchema.extend({