# Constants
DefaultMaxPayloadSize is the max payload size in bytes.
DefaultRateLimitingBurstiness is the default burstiness factor of the token bucket algorithm.
DefaultRateLimitingRPS is the default value of Requests Per Second for ratelimiting.
# Variables
DefaultConfig holds the default configuration of the receiver.
IntegrationName is the name of this integration.
# Structs
Config is the configuration struct of the integration.
RateLimitingConfig holds the configuration of the rate limiter.
ServerConfig holds the receiver http server configuration.
SourceMapConfig configure source map locations.
SourceMapFileLocation holds sourcemap location on file system.