Set error fields to have type text and add hostname field

This commit is contained in:
William Oldham
2023-11-11 16:02:37 +00:00
parent f7074157c2
commit f1f7660ea2
6 changed files with 46 additions and 8 deletions

View File

@@ -18,6 +18,7 @@ export type Metrics = {
| 'type'
| 'provider_id'
| 'embed_id'
| 'hostname'
>;
};
@@ -57,6 +58,7 @@ export async function setupMetrics(app: FastifyInstance) {
'tmdb_id',
'type',
'embed_id',
'hostname',
],
}),
};