docs(catalog): document the current set of well known annotations

This commit is contained in:
Fredrik Adelöw
2020-09-04 12:10:58 +02:00
parent 46bdf1f0ca
commit a4b4eb5793
3 changed files with 125 additions and 6 deletions
@@ -26,7 +26,7 @@ export function getRequestHeaders(token: string) {
}
export function getSentryApiForwarder(token: string, logger: Logger) {
return function fowardRequest(
return function forwardRequest(
request: express.Request,
response: express.Response,
) {