Skip to content

Commit

Permalink
Update MAX_ATTRIBUTE_LENGTH to 32Kb (#255)
Browse files Browse the repository at this point in the history
This field was enlarged to handle enhanced crash reporting data
  • Loading branch information
SMickelsn authored Feb 25, 2025
1 parent 28cfb2e commit dc77bbc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import Foundation
// - span rejection based on setRejectionFilter

class LimitingExporter: SpanExporter {
let MAX_ATTRIBUTE_LENGTH = 4096
let MAX_ATTRIBUTE_LENGTH = 32768
static let SPAN_RATE_LIMIT_PERIOD = 30 // seconds
let MAX_SPANS_PER_PERIOD_PER_COMPONENT = 100

Expand Down

0 comments on commit dc77bbc

Please sign in to comment.