Increase span attribute value length limit to 2048

This commit is contained in:
nicktrn
2024-07-16 08:15:05 +01:00
parent 0847bee5b8
commit 9971de6a1e
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
---
"trigger.dev": patch
---
Increase span attribute value length limit to 2048
+1 -1
View File
@@ -39,7 +39,7 @@ function initializeTracing(): NodeTracerProvider | undefined {
resource,
spanLimits: {
attributeCountLimit: 1000,
attributeValueLengthLimit: 1000,
attributeValueLengthLimit: 2048,
eventCountLimit: 100,
attributePerEventCountLimit: 100,
linkCountLimit: 10,