DataDog / kong-plugin-ddtrace

Datadog APM Plugin for Kong Gateway
Apache License 2.0
15 stars 7 forks source link

fix: handle when header tags is not set #32

Closed dmehala closed 4 months ago

dmehala commented 5 months ago

Description

set_http_header_tags is called even if it is not configured. Unfortunately, this lead to an error and prevent any traces to be sent.

Resolves #31