Increase span attribute value length limit to 2048
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"trigger.dev": patch
|
||||
---
|
||||
|
||||
Increase span attribute value length limit to 2048
|
||||
@@ -39,7 +39,7 @@ function initializeTracing(): NodeTracerProvider | undefined {
|
||||
resource,
|
||||
spanLimits: {
|
||||
attributeCountLimit: 1000,
|
||||
attributeValueLengthLimit: 1000,
|
||||
attributeValueLengthLimit: 2048,
|
||||
eventCountLimit: 100,
|
||||
attributePerEventCountLimit: 100,
|
||||
linkCountLimit: 10,
|
||||
|
||||
Reference in New Issue
Block a user