UNPKG
@fiberplane/hono-otel
Version:
beta (0.2.0-beta.1)
canary (0.8.1-canary.6)
latest (0.8.0)
0.8.1-canary.6
0.8.1-canary.5
0.8.1-canary.4
0.8.1-canary.3
0.8.1-canary.2
0.8.1-canary.1
0.8.0
0.8.0-canary.6
0.8.0-canary.5
0.8.0-canary.4
0.8.0-canary.3
0.8.0-canary.2
0.8.0-canary.1
0.7.0
0.6.2
0.6.1
0.6.0
0.5.1
0.5.0
0.5.0-canary.2
0.5.0-canary.1
0.4.0-canary.0
0.3.1
0.3.1-beta.2
0.3.1-beta.1
0.3.0-beta.1
0.2.0
0.2.0-beta.2
0.2.0-beta.1
0.1.0-beta.11
0.1.0-beta.10
0.1.0-beta.9
0.1.0-beta.7
0.1.0-beta.6
0.1.0-beta.5
0.1.0-beta.4
0.1.0-beta.3
0.1.0-beta.2
0.1.0-beta.1
0.1.0-alpha.8
0.1.0-alpha.7
0.1.0-alpha.6
0.1.0-alpha.5
0.1.0-alpha.4
0.1.0-alpha.3
0.1.0-alpha.2
0.1.0-alpha.1
Hono middleware to forward OpenTelemetry traces to a local instance of @fiberplane/studio
@fiberplane/hono-otel
/
dist
/
config
/
context
/
redacted-headers.d.ts
6 lines
(5 loc)
•
210 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
type
FpResolvedConfig
}
from
"../config.js"
;
/** * Helper function to determine which headers to redact */
export
declare
function
getRedactedHeaders
(
resolvedConfig
?:
FpResolvedConfig
):
Set
<
string
>;