Expand description
Attribute constant definitions.
Constants§
- AI__
CITATIONS Deprecated - References or sources cited by the AI model in its response.
- AI__
COMPLETION_ TOKENS__ USED Deprecated - The number of tokens used to respond to the message.
- AI__
DOCUMENTS Deprecated - Documents or content chunks used as context for the AI model.
- AI__
FINISH_ REASON Deprecated - The reason why the model stopped generating.
- AI__
FREQUENCY_ PENALTY Deprecated - Used to reduce repetitiveness of generated tokens. The higher the value, the stronger a penalty is applied to previously present tokens, proportional to how many times they have already appeared in the prompt or prior generation.
- AI__
FUNCTION_ CALL Deprecated - For an AI model call, the function that was called. This is deprecated for OpenAI, and replaced by tool_calls.
- AI__
GENERATION_ ID Deprecated - Unique identifier for the completion.
- AI__
INPUT_ MESSAGES Deprecated - The input messages sent to the model.
- AI__
IS_ SEARCH_ REQUIRED Deprecated - Boolean indicating if the model needs to perform a search.
- AI__
METADATA Deprecated - Extra metadata passed to an AI pipeline step.
- AI__
MODEL_ ID Deprecated - The vendor-specific ID of the model used.
- AI__
MODEL__ PROVIDER Deprecated - The provider of the model.
- AI__
PIPELINE__ NAME Deprecated - The name of the AI pipeline.
- AI__
PREAMBLE Deprecated - For an AI model call, the preamble parameter. Preambles are a part of the prompt used to adjust the model’s overall behavior and conversation style.
- AI__
PRESENCE_ PENALTY Deprecated - Used to reduce repetitiveness of generated tokens. Similar to frequency_penalty, except that this penalty is applied equally to all tokens that have already appeared, regardless of their exact frequencies.
- AI__
PROMPT_ TOKENS__ USED Deprecated - The number of tokens used to process just the prompt.
- AI__
RAW_ PROMPTING Deprecated - When enabled, the user’s prompt will be sent to the model without any pre-processing.
- AI__
RESPONSES Deprecated - The response messages sent back by the AI model.
- AI__
RESPONSE_ FORMAT Deprecated - For an AI model call, the format of the response.
- AI__
SEARCH_ QUERIES Deprecated - Queries used to search for relevant context or documents.
- AI__
SEARCH_ RESULTS Deprecated - Results returned from search queries for context.
- AI__
SEED Deprecated - The seed, ideally models given the same seed and same other parameters will produce the exact same output.
- AI__
STREAMING Deprecated - Whether the request was streamed back.
- AI__
TAGS Deprecated - Tags that describe an AI pipeline step.
- AI__
TEMPERATURE Deprecated - For an AI model call, the temperature parameter. Temperature essentially means how random the output will be.
- AI__
TEXTS Deprecated - Raw text inputs provided to the model.
- AI__
TOOLS Deprecated - For an AI model call, the functions that are available.
- AI__
TOOL_ CALLS Deprecated - For an AI model call, the tool calls that were made.
- AI__
TOP_ K Deprecated - Limits the model to only consider the K most likely next tokens, where K is an integer (e.g., top_k=20 means only the 20 highest probability tokens are considered).
- AI__
TOP_ P Deprecated - Limits the model to only consider tokens whose cumulative probability mass adds up to p, where p is a float between 0 and 1 (e.g., top_p=0.7 means only tokens that sum up to 70% of the probability mass are considered).
- AI__
TOTAL_ COST Deprecated - The total cost for the tokens used.
- AI__
TOTAL_ TOKENS__ USED Deprecated - The total number of tokens used to process the prompt.
- AI__
WARNINGS Deprecated - Warning messages generated during model execution.
- ANGULAR__
VERSION - The version of the Angular framework.
- APP_
START_ COLD Deprecated - The duration of a cold app start in milliseconds.
- APP_
START_ TYPE Deprecated - Mobile app start variant. Either cold or warm.
- APP_
START_ WARM Deprecated - The duration of a warm app start in milliseconds.
- APP__
APP_ BUILD Deprecated - Internal build identifier, as it appears on the platform.
- APP__
APP_ IDENTIFIER Deprecated - Version-independent application identifier, often a dotted bundle ID.
- APP__
APP_ NAME Deprecated - Human readable application name, as it appears on the platform.
- APP__
APP_ START_ TIME Deprecated - Formatted UTC timestamp when the user started the application.
- APP__
APP_ VERSION Deprecated - Human readable application version, as it appears on the platform.
- APP__
BUILD - Internal build identifier, as it appears on the platform.
- APP__
IDENTIFIER - Version-independent application identifier, often a dotted bundle ID.
- APP__
IN_ FOREGROUND - Whether the application is currently in the foreground.
- APP__
NAME - Human readable application name, as it appears on the platform.
- APP__
START_ TIME - Formatted UTC timestamp when the user started the application.
- APP__
VERSION - Human readable application version, as it appears on the platform.
- APP__
VITALS__ FRAMES__ DELAY__ VALUE - The sum of all delayed frame durations in seconds during the lifetime of the span. For more information see frames delay.
- APP__
VITALS__ FRAMES__ FROZEN__ COUNT - The number of frozen frames rendered during the lifetime of the span.
- APP__
VITALS__ FRAMES__ SLOW__ COUNT - The number of slow frames rendered during the lifetime of the span.
- APP__
VITALS__ FRAMES__ TOTAL__ COUNT - The number of total frames rendered during the lifetime of the span.
- APP__
VITALS__ START__ COLD__ VALUE - The duration of a cold app start in milliseconds.
- APP__
VITALS__ START__ REASON - The reason that triggered the app start.
- APP__
VITALS__ START__ SCREEN - The screen that is rendered when the app start is complete. This is the screen the user first sees and can interact with after launch. The absence of this attribute on the app start span indicates a background app start where no UI was rendered.
- APP__
VITALS__ START__ TYPE - The type of app start, for example
coldorwarm. - APP__
VITALS__ START__ VALUE - APP__
VITALS__ START__ WARM__ VALUE - The duration of a warm app start in milliseconds.
- APP__
VITALS__ TTFD__ VALUE - The duration of time to full display in milliseconds.
- APP__
VITALS__ TTID__ VALUE - The duration of time to initial display in milliseconds.
- AWS__
CLOUDWATCH__ LOGS__ LOG_ GROUP - The name of the CloudWatch Logs log group.
- AWS__
CLOUDWATCH__ LOGS__ LOG_ STREAM - The name of the CloudWatch Logs log stream.
- AWS__
CLOUDWATCH__ LOGS__ URL - The URL to the CloudWatch Logs log group.
- AWS__
LAMBDA__ AWS_ REQUEST_ ID - The AWS request ID as received by the Lambda function runtime.
- AWS__
LAMBDA__ EXECUTION_ DURATION_ IN_ MILLIS - The execution duration of the Lambda function invocation in milliseconds.
- AWS__
LAMBDA__ FUNCTION_ NAME - The name of the Lambda function.
- AWS__
LAMBDA__ FUNCTION_ VERSION - The version of the Lambda function.
- AWS__
LAMBDA__ INVOKED_ FUNCTION_ ARN - The full ARN of the Lambda function that was invoked.
- AWS__
LAMBDA__ REMAINING_ TIME_ IN_ MILLIS - The remaining time in milliseconds before the Lambda function times out.
- BLOCKED_
MAIN_ THREAD - Whether the main thread was blocked by the span.
- BROWSER__
NAME - The name of the browser.
- BROWSER__
PERFORMANCE__ NAVIGATION__ ACTIVATION_ START - The time between initiating a navigation to a page and the browser activating the page.
- BROWSER__
PERFORMANCE__ TIME_ ORIGIN - The browser’s performance.timeOrigin timestamp representing the time when the pageload was initiated.
- BROWSER__
REPORT__ TYPE - A browser report sent via reporting API..
- BROWSER__
SCRIPT__ INVOKER - How a script was called in the browser.
- BROWSER__
SCRIPT__ INVOKER_ TYPE - Browser script entry point type.
- BROWSER__
SCRIPT__ SOURCE_ CHAR_ POSITION - A number representing the script character position of the script.
- BROWSER__
VERSION - The version of the browser.
- BROWSER__
WEB_ VITAL__ CLS__ REPORT_ EVENT - The event that caused the SDK to report CLS (pagehide or navigation).
- BROWSER__
WEB_ VITAL__ CLS__ SOURCE__ KEY - The HTML elements or components responsible for the layout shift.
<key>is a numeric index from 1 to N. - BROWSER__
WEB_ VITAL__ CLS__ VALUE - The value of the recorded Cumulative Layout Shift (CLS) web vital.
- BROWSER__
WEB_ VITAL__ FCP__ VALUE - The time it takes for the browser to render the first piece of meaningful content on the screen.
- BROWSER__
WEB_ VITAL__ FP__ VALUE - The time in milliseconds it takes for the browser to render the first pixel on the screen.
- BROWSER__
WEB_ VITAL__ INP__ VALUE - The value of the recorded Interaction to Next Paint (INP) web vital.
- BROWSER__
WEB_ VITAL__ LCP__ ELEMENT - The HTML element selector or component name for which LCP was reported.
- BROWSER__
WEB_ VITAL__ LCP__ ID - The id of the dom element responsible for the largest contentful paint.
- BROWSER__
WEB_ VITAL__ LCP__ LOAD_ TIME - The time it took for the LCP element to be loaded.
- BROWSER__
WEB_ VITAL__ LCP__ RENDER_ TIME - The time it took for the LCP element to be rendered.
- BROWSER__
WEB_ VITAL__ LCP__ REPORT_ EVENT - The event that caused the SDK to report LCP (pagehide or navigation).
- BROWSER__
WEB_ VITAL__ LCP__ SIZE - The size of the largest contentful paint element.
- BROWSER__
WEB_ VITAL__ LCP__ URL - The url of the dom element responsible for the largest contentful paint.
- BROWSER__
WEB_ VITAL__ LCP__ VALUE - The value of the recorded Largest Contentful Paint (LCP) web vital.
- BROWSER__
WEB_ VITAL__ TTFB__ REQUEST_ TIME - The time it takes for the server to process the initial request and send the first byte of a response to the user’s browser.
- BROWSER__
WEB_ VITAL__ TTFB__ VALUE - The value of the recorded Time To First Byte (TTFB) web vital in Milliseconds.
- CACHE__
HIT - If the cache was hit during this span.
- CACHE__
ITEM_ SIZE - The size of the requested item in the cache. In bytes.
- CACHE__
KEY - The key of the cache accessed.
- CACHE__
OPERATION - The operation being performed on the cache.
- CACHE__
TTL - The ttl of the cache in seconds.
- CACHE__
WRITE - If the cache operation resulted in a write to the cache.
- CHANNEL
- The channel name that is being used.
- CLIENT__
ADDRESS - Client address - domain name if available without reverse DNS lookup; otherwise, IP address or Unix domain socket name.
- CLIENT__
PORT - Client port number.
- CLOUDFLARE__
D1__ DURATION - The duration of a Cloudflare D1 operation.
- CLOUDFLARE__
D1__ ROWS_ READ - The number of rows read in a Cloudflare D1 operation.
- CLOUDFLARE__
D1__ ROWS_ WRITTEN - The number of rows written in a Cloudflare D1 operation.
- CLOUD__
ACCOUNT__ ID - The cloud account ID the resource is assigned to.
- CLOUD__
AVAILABILITY_ ZONE - Cloud regions often have multiple, isolated locations known as zones to increase availability.
- CLOUD__
PLATFORM - The cloud platform in use.
- CLOUD__
PROVIDER - Name of the cloud provider.
- CLOUD__
REGION - The geographical region the resource is running.
- CLS
Deprecated - The value of the recorded Cumulative Layout Shift (CLS) web vital.
- CLS__
SOURCE__ KEY Deprecated - The HTML elements or components responsible for the layout shift.
<key>is a numeric index from 1 to N. - CODE__
FILEPATH Deprecated - The source code file name that identifies the code unit as uniquely as possible (preferably an absolute file path).
- CODE__
FILE__ PATH - The source code file name that identifies the code unit as uniquely as possible (preferably an absolute file path).
- CODE__
FUNCTION - The method or function name, or equivalent (usually rightmost part of the code unit’s name).
- CODE__
FUNCTION__ NAME - The method or function fully-qualified name without arguments.
- CODE__
LINENO Deprecated - The line number in code.filepath best representing the operation. It SHOULD point within the code unit named in code.function.
- CODE__
LINE__ NUMBER - The line number in code.filepath best representing the operation. It SHOULD point within the code unit named in code.function.
- CODE__
NAMESPACE - The ‘namespace’ within which code.function is defined. Usually the qualified class or module name, such that code.namespace + some separator + code.function form a unique identifier for the code unit.
- CONNECTIONTYPE
Deprecated - Specifies the type of the current connection (e.g. wifi, ethernet, cellular , etc).
- CONNECTION__
RTT Deprecated - Specifies the estimated effective round-trip time of the current connection, in milliseconds.
- CULTURE__
CALENDAR - The calendar system used by the culture.
- CULTURE__
DISPLAY_ NAME - Human readable name of the culture.
- CULTURE__
IS_ 24_ HOUR_ FORMAT - Whether the culture uses 24-hour time format.
- CULTURE__
LOCALE - The locale identifier following RFC 4646.
- CULTURE__
TIMEZONE - The timezone of the culture, as a geographic timezone identifier.
- DB__
COLLECTION__ NAME - The name of a collection (table, container) within the database.
- DB__
DRIVER__ NAME - The name of the driver used for the database connection.
- DB__
NAME Deprecated - The name of the database being accessed.
- DB__
NAMESPACE - The name of the database being accessed.
- DB__
OPERATION Deprecated - The name of the operation being executed.
- DB__
OPERATION__ NAME - The name of the operation being executed.
- DB__
QUERY__ PARAMETER__ KEY - A query parameter used in db.query.text, with
<key>being the parameter name, and the attribute value being a string representation of the parameter value. - DB__
QUERY__ SUMMARY - A shortened representation of operation(s) in the full query. This attribute must be low-cardinality and should only contain the operation table names.
- DB__
QUERY__ TEXT - The database parameterized query being executed. Any parameter values (filters, insertion values, etc) should be replaced with parameter placeholders. If applicable, use
db.query.parameter.<key>to add the parameter value. - DB__
REDIS__ CONNECTION - The redis connection name.
- DB__
REDIS__ KEY - The key the Redis command is operating on.
- DB__
REDIS__ PARAMETERS - The array of command parameters given to a redis command.
- DB__
SQL__ BINDINGS Deprecated - The array of query bindings.
- DB__
STATEMENT Deprecated - The database statement being executed.
- DB__
SYSTEM Deprecated - An identifier for the database management system (DBMS) product being used. See OpenTelemetry docs for a list of well-known identifiers.
- DB__
SYSTEM__ NAME - An identifier for the database management system (DBMS) product being used. See OpenTelemetry docs for a list of well-known identifiers.
- DB__
USER - The database user.
- DEVICEMEMORY
Deprecated - The estimated total memory capacity of the device, only a rough estimation in gigabytes.
- DEVICE__
ARCHS - The CPU architectures of the device.
- DEVICE__
BATTERY_ LEVEL - The battery level of the device as a percentage (0-100).
- DEVICE__
BATTERY_ TEMPERATURE - The battery temperature of the device in Celsius.
- DEVICE__
BOOT_ TIME - A formatted UTC timestamp when the system was booted.
- DEVICE__
BRAND - The brand of the device.
- DEVICE__
CHARGING - Whether the device was charging or not.
- DEVICE__
CHIPSET - The chipset of the device.
- DEVICE__
CLASS - The classification of the device. For example,
low,medium, orhigh. Typically inferred by Relay - SDKs generally do not need to set this directly. - DEVICE__
CONNECTION_ TYPE Deprecated - The internet connection type currently being used by the device.
- DEVICE__
CPU_ DESCRIPTION - A description of the CPU of the device.
- DEVICE__
EXTERNAL_ FREE_ STORAGE - External storage free size in bytes.
- DEVICE__
EXTERNAL_ STORAGE_ SIZE - External storage total size in bytes.
- DEVICE__
FAMILY - The family of the device.
- DEVICE__
FREE_ MEMORY - Free system memory in bytes.
- DEVICE__
FREE_ STORAGE - Free device storage in bytes.
- DEVICE__
ID - Unique device identifier.
- DEVICE__
LOCALE - The locale of the device.
- DEVICE__
LOW_ MEMORY - Whether the device was low on memory.
- DEVICE__
LOW_ POWER_ MODE - Whether the device is in Low Power Mode.
- DEVICE__
MANUFACTURER - The manufacturer of the device.
- DEVICE__
MEMORY_ SIZE - Total system memory available in bytes.
- DEVICE__
MEMORY__ ESTIMATED_ CAPACITY - The estimated total memory capacity of the device, only a rough estimation in gigabytes. Browsers report estimations in buckets of powers of 2, mostly capped at 8 GB.
- DEVICE__
MODEL - The model of the device.
- DEVICE__
MODEL_ ID - An internal hardware revision to identify the device exactly.
- DEVICE__
NAME - The name of the device. On mobile, this is the user-assigned device name. On servers and desktops, this is typically the hostname.
- DEVICE__
ONLINE - Whether the device was online or not.
- DEVICE__
ORIENTATION - The orientation of the device, either “portrait” or “landscape”.
- DEVICE__
PROCESSOR_ COUNT - Number of “logical processors”.
- DEVICE__
PROCESSOR_ FREQUENCY - Processor frequency in MHz.
- DEVICE__
SCREEN_ DENSITY - The screen density of the device.
- DEVICE__
SCREEN_ DPI - The screen density in dots-per-inch (DPI) of the device.
- DEVICE__
SCREEN_ HEIGHT_ PIXELS - The height of the device screen in pixels.
- DEVICE__
SCREEN_ WIDTH_ PIXELS - The width of the device screen in pixels.
- DEVICE__
SIMULATOR - Whether the device is a simulator or an actual device.
- DEVICE__
STORAGE_ SIZE - Total device storage in bytes.
- DEVICE__
THERMAL_ STATE - The thermal state of the device. Based on Apple’s
ProcessInfo.ThermalStateenum:nominal,fair,serious, orcritical. - DEVICE__
TIMEZONE - The timezone of the device.
- DEVICE__
USABLE_ MEMORY - Memory usable for the app in bytes.
- EFFECTIVECONNECTIONTYPE
Deprecated - Specifies the estimated effective type of the current connection (e.g. slow-2g, 2g, 3g, 4g).
- ENVIRONMENT
Deprecated - The sentry environment.
- ERROR__
TYPE - Describes a class of error the operation ended with.
- EVENT__
ID - The unique identifier for this event (log record).
- EVENT__
NAME - The name that uniquely identifies this event (log record).
- EXCEPTION__
ESCAPED - SHOULD be set to true if the exception event is recorded at a point where it is known that the exception is escaping the scope of the span.
- EXCEPTION__
MESSAGE - The error message.
- EXCEPTION__
STACKTRACE - A stacktrace as a string in the natural representation for the language runtime. The representation is to be determined and documented by each language SIG.
- EXCEPTION__
TYPE - The type of the exception (its fully-qualified class name, if applicable). The dynamic type of the exception should be preferred over the static type in languages that support it.
- FAAS__
COLDSTART - A boolean that is true if the serverless function is executed for the first time (aka cold-start).
- FAAS__
CRON - A string containing the schedule period as Cron Expression.
- FAAS__
TIME - A string containing the function invocation time in the ISO 8601 format expressed in UTC.
- FAAS__
TRIGGER - Type of the trigger which caused this function invocation.
- FCP
Deprecated - The time it takes for the browser to render the first piece of meaningful content on the screen.
- FLAG__
EVALUATION__ KEY - An instance of a feature flag evaluation. The value of this attribute is the boolean representing the evaluation result. The
<key>suffix is the name of the feature flag. - FP
Deprecated - The time it takes for the browser to render the first pixel on the screen.
- FRAMES_
FROZEN_ RATE - The rate of frozen frames, or
app_vitals.frames.frozen.countdivided byapp_vitals.frames.total.count. This is computed by Relay. - FRAMES_
SLOW_ RATE - The rate of slow frames, or
app_vitals.frames.slow.countdivided byapp_vitals.frames.total.count. This is computed by Relay. - FRAMES__
DELAY Deprecated - The sum of all delayed frame durations in seconds during the lifetime of the span. For more information see frames delay.
- FRAMES__
FROZEN Deprecated - The number of frozen frames rendered during the lifetime of the span.
- FRAMES__
SLOW Deprecated - The number of slow frames rendered during the lifetime of the span.
- FRAMES__
TOTAL Deprecated - The number of total frames rendered during the lifetime of the span.
- FS_
ERROR Deprecated - The error message of a file system error.
- GCP__
FUNCTION__ CONTEXT__ EVENT_ ID - The event ID from the legacy GCP Cloud Function context (1st gen).
- GCP__
FUNCTION__ CONTEXT__ EVENT_ TYPE - The type of the GCP Cloud Function event.
- GCP__
FUNCTION__ CONTEXT__ ID - The unique event ID from the GCP CloudEvents context (2nd gen Cloud Functions).
- GCP__
FUNCTION__ CONTEXT__ RESOURCE - The resource that triggered the GCP Cloud Function event.
- GCP__
FUNCTION__ CONTEXT__ SOURCE - The source of the GCP Cloud Function event.
- GCP__
FUNCTION__ CONTEXT__ SPECVERSION - The CloudEvents specification version of the GCP Cloud Function event.
- GCP__
FUNCTION__ CONTEXT__ TIME - The timestamp of the GCP Cloud Function event.
- GCP__
FUNCTION__ CONTEXT__ TIMESTAMP - The legacy timestamp of the GCP Cloud Function event.
- GCP__
FUNCTION__ CONTEXT__ TYPE - The type of the GCP Cloud Function event context.
- GEN_
AI__ AGENT__ NAME - The name of the agent being used.
- GEN_
AI__ CONTEXT__ UTILIZATION - The fraction of the model context window utilized by this generation.
- GEN_
AI__ CONTEXT__ WINDOW_ SIZE - The maximum context window size supported by the model for this generation.
- GEN_
AI__ CONVERSATION__ ID - The unique identifier for a conversation (session, thread), used to store and correlate messages within this conversation.
- GEN_
AI__ COST__ INPUT_ TOKENS - The cost of tokens used to process the AI input (prompt) in USD (without cached input tokens).
- GEN_
AI__ COST__ OUTPUT_ TOKENS - The cost of tokens used for creating the AI output in USD (without reasoning tokens).
- GEN_
AI__ COST__ TOTAL_ TOKENS - The total cost for the tokens used.
- GEN_
AI__ EMBEDDINGS__ INPUT - The input to the embeddings model.
- GEN_
AI__ FUNCTION_ ID - Framework-specific tracing label for the execution of a function or other unit of execution in a generative AI system.
- GEN_
AI__ INPUT__ MESSAGES - The messages passed to the model. It has to be a stringified version of an array of objects. The
roleattribute of each object must be"user","assistant","tool", or"system". For messages of the role"tool", thecontentcan be a string or an arbitrary object with information about the tool call. For other messages thecontentcan be either a string or a list of objects in the format{type: "text", text:"..."}. - GEN_
AI__ OPERATION__ NAME - The name of the operation being performed. It has the following list of well-known values: ‘chat’, ‘create_agent’, ‘embeddings’, ‘execute_tool’, ‘generate_content’, ‘invoke_agent’, ‘text_completion’. If one of them applies, then that value MUST be used. Otherwise a custom value MAY be used.
- GEN_
AI__ OPERATION__ TYPE - The type of AI operation. Must be one of ‘agent’ (invoke_agent and create_agent spans), ‘ai_client’ (any LLM call), ‘tool’ (execute_tool spans), ‘handoff’ (handoff spans), ‘other’ (input and output processors, skill loading, guardrails etc.) . Added during ingestion based on span.op and gen_ai.operation.type. Used to filter and aggregate data in the UI.
- GEN_
AI__ OUTPUT__ MESSAGES - The model’s response messages. It has to be a stringified version of an array of message objects, which can include text responses and tool calls.
- GEN_
AI__ PIPELINE__ NAME - Name of the AI pipeline or chain being executed.
- GEN_
AI__ PROMPT Deprecated - The input messages sent to the model.
- GEN_
AI__ PROVIDER__ NAME - The Generative AI provider as identified by the client or server instrumentation.
- GEN_
AI__ REQUEST__ AVAILABLE_ TOOLS Deprecated - The available tools for the model. It has to be a stringified version of an array of objects.
- GEN_
AI__ REQUEST__ FREQUENCY_ PENALTY - Used to reduce repetitiveness of generated tokens. The higher the value, the stronger a penalty is applied to previously present tokens, proportional to how many times they have already appeared in the prompt or prior generation.
- GEN_
AI__ REQUEST__ MAX_ TOKENS - The maximum number of tokens to generate in the response.
- GEN_
AI__ REQUEST__ MESSAGES Deprecated - The messages passed to the model. It has to be a stringified version of an array of objects. The
roleattribute of each object must be"user","assistant","tool", or"system". For messages of the role"tool", thecontentcan be a string or an arbitrary object with information about the tool call. For other messages thecontentcan be either a string or a list of objects in the format{type: "text", text:"..."}. - GEN_
AI__ REQUEST__ MODEL - The model identifier being used for the request.
- GEN_
AI__ REQUEST__ PRESENCE_ PENALTY - Used to reduce repetitiveness of generated tokens. Similar to frequency_penalty, except that this penalty is applied equally to all tokens that have already appeared, regardless of their exact frequencies.
- GEN_
AI__ REQUEST__ SEED - The seed, ideally models given the same seed and same other parameters will produce the exact same output.
- GEN_
AI__ REQUEST__ TEMPERATURE - For an AI model call, the temperature parameter. Temperature essentially means how random the output will be.
- GEN_
AI__ REQUEST__ TOP_ K - Limits the model to only consider the K most likely next tokens, where K is an integer (e.g., top_k=20 means only the 20 highest probability tokens are considered).
- GEN_
AI__ REQUEST__ TOP_ P - Limits the model to only consider tokens whose cumulative probability mass adds up to p, where p is a float between 0 and 1 (e.g., top_p=0.7 means only tokens that sum up to 70% of the probability mass are considered).
- GEN_
AI__ RESPONSE__ FINISH_ REASONS - The reason why the model stopped generating.
- GEN_
AI__ RESPONSE__ ID - Unique identifier for the completion.
- GEN_
AI__ RESPONSE__ MODEL - The vendor-specific ID of the model used.
- GEN_
AI__ RESPONSE__ STREAMING - Whether or not the AI model call’s response was streamed back asynchronously.
- GEN_
AI__ RESPONSE__ TEXT Deprecated - The model’s response text messages. It has to be a stringified version of an array of response text messages.
- GEN_
AI__ RESPONSE__ TIME_ TO_ FIRST_ TOKEN - Time in seconds when the first response content chunk arrived in streaming responses.
- GEN_
AI__ RESPONSE__ TOKENS_ PER_ SECOND - The total output tokens per seconds throughput.
- GEN_
AI__ RESPONSE__ TOOL_ CALLS Deprecated - The tool calls in the model’s response. It has to be a stringified version of an array of objects.
- GEN_
AI__ SYSTEM Deprecated - The provider of the model.
- GEN_
AI__ SYSTEM_ INSTRUCTIONS - The system instructions passed to the model.
- GEN_
AI__ SYSTEM__ MESSAGE Deprecated - The system instructions passed to the model.
- GEN_
AI__ TOOL__ CALL__ ARGUMENTS - The arguments of the tool call. It has to be a stringified version of the arguments to the tool.
- GEN_
AI__ TOOL__ CALL__ RESULT - The result of the tool call. It has to be a stringified version of the result of the tool.
- GEN_
AI__ TOOL__ DEFINITIONS - The list of source system tool definitions available to the GenAI agent or model.
- GEN_
AI__ TOOL__ DESCRIPTION - The description of the tool being used.
- GEN_
AI__ TOOL__ INPUT Deprecated - The input of the tool being used. It has to be a stringified version of the input to the tool.
- GEN_
AI__ TOOL__ MESSAGE Deprecated - The response from a tool or function call passed to the model.
- GEN_
AI__ TOOL__ NAME - Name of the tool utilized by the agent.
- GEN_
AI__ TOOL__ OUTPUT Deprecated - The output of the tool being used. It has to be a stringified version of the output of the tool.
- GEN_
AI__ TOOL__ TYPE Deprecated - The type of tool being used.
- GEN_
AI__ USAGE__ COMPLETION_ TOKENS Deprecated - The number of tokens used in the GenAI response (completion).
- GEN_
AI__ USAGE__ INPUT_ TOKENS - The number of tokens used to process the AI input (prompt) including cached input tokens.
- GEN_
AI__ USAGE__ INPUT_ TOKENS__ CACHED - The number of cached tokens used to process the AI input (prompt).
- GEN_
AI__ USAGE__ INPUT_ TOKENS__ CACHE_ WRITE - The number of tokens written to the cache when processing the AI input (prompt).
- GEN_
AI__ USAGE__ OUTPUT_ TOKENS - The number of tokens used for creating the AI output (including reasoning tokens).
- GEN_
AI__ USAGE__ OUTPUT_ TOKENS__ REASONING - The number of tokens used for reasoning to create the AI output.
- GEN_
AI__ USAGE__ PROMPT_ TOKENS Deprecated - The number of tokens used in the GenAI input (prompt).
- GEN_
AI__ USAGE__ TOTAL_ TOKENS - The total number of tokens used to process the prompt. (input tokens plus output todkens).
- GRAPHQL__
DOCUMENT - The GraphQL document being executed.
- GRAPHQL__
OPERATION__ NAME - The name of the operation being executed.
- GRAPHQL__
OPERATION__ TYPE - The type of the operation being executed.
- HARDWARECONCURRENCY
Deprecated - The number of logical CPU cores available.
- HTTP__
CLIENT_ IP Deprecated - Client address - domain name if available without reverse DNS lookup; otherwise, IP address or Unix domain socket name.
- HTTP__
DECODED_ RESPONSE_ CONTENT_ LENGTH - The decoded body size of the response (in bytes).
- HTTP__
FLAVOR Deprecated - The actual version of the protocol used for network communication.
- HTTP__
FRAGMENT - The fragments present in the URI. Note that this contains the leading # character, while the
url.fragmentattribute does not. - HTTP__
HOST Deprecated - The domain name.
- HTTP__
METHOD Deprecated - The HTTP method used.
- HTTP__
QUERY - The query string present in the URL. Note that this contains the leading ? character, while the
url.queryattribute does not. - HTTP__
REQUEST_ METHOD Deprecated - The HTTP method used.
- HTTP__
REQUEST__ BODY__ DATA - HTTP request body data. Can be given as string or structural data of any format.
- HTTP__
REQUEST__ CONNECTION_ END - The UNIX timestamp representing the time immediately after the browser finishes establishing the connection to the server to retrieve the resource. The timestamp value includes the time interval to establish the transport connection, as well as other time intervals such as TLS handshake and SOCKS authentication.
- HTTP__
REQUEST__ CONNECT_ START - The UNIX timestamp representing the time immediately before the user agent starts establishing the connection to the server to retrieve the resource.
- HTTP__
REQUEST__ DOMAIN_ LOOKUP_ END - The UNIX timestamp representing the time immediately after the browser finishes the domain-name lookup for the resource.
- HTTP__
REQUEST__ DOMAIN_ LOOKUP_ START - The UNIX timestamp representing the time immediately before the browser starts the domain name lookup for the resource.
- HTTP__
REQUEST__ FETCH_ START - The UNIX timestamp representing the time immediately before the browser starts to fetch the resource.
- HTTP__
REQUEST__ HEADER__ KEY - HTTP request headers,
<key>being the normalized HTTP Header name (lowercase), the value being the header values. - HTTP__
REQUEST__ METHOD - The HTTP method used.
- HTTP__
REQUEST__ REDIRECT_ END - The UNIX timestamp representing the timestamp immediately after receiving the last byte of the response of the last redirect.
- HTTP__
REQUEST__ REDIRECT_ START - The UNIX timestamp representing the start time of the fetch which that initiates the redirect.
- HTTP__
REQUEST__ REQUEST_ START - The UNIX timestamp representing the time immediately before the browser starts requesting the resource from the server, cache, or local resource. If the transport connection fails and the browser retires the request, the value returned will be the start of the retry request.
- HTTP__
REQUEST__ RESEND_ COUNT - The ordinal number of request resending attempt (for any reason, including redirects).
- HTTP__
REQUEST__ RESPONSE_ END - The UNIX timestamp representing the time immediately after the browser receives the last byte of the resource or immediately before the transport connection is closed, whichever comes first.
- HTTP__
REQUEST__ RESPONSE_ START - The UNIX timestamp representing the time immediately before the browser starts requesting the resource from the server, cache, or local resource. If the transport connection fails and the browser retires the request, the value returned will be the start of the retry request.
- HTTP__
REQUEST__ SECURE_ CONNECTION_ START - The UNIX timestamp representing the time immediately before the browser starts the handshake process to secure the current connection. If a secure connection is not used, the property returns zero.
- HTTP__
REQUEST__ TIME_ TO_ FIRST_ BYTE - The time in seconds from the browser’s timeorigin to when the first byte of the request’s response was received. See https://web.dev/articles/ttfb#measure-resource-requests.
- HTTP__
REQUEST__ WORKER_ START - The UNIX timestamp representing the timestamp immediately before dispatching the FetchEvent if a Service Worker thread is already running, or immediately before starting the Service Worker thread if it is not already running.
- HTTP__
RESPONSE_ CONTENT_ LENGTH Deprecated - The encoded body size of the response (in bytes).
- HTTP__
RESPONSE_ TRANSFER_ SIZE Deprecated - The transfer size of the response (in bytes).
- HTTP__
RESPONSE__ BODY__ SIZE - The encoded body size of the response (in bytes).
- HTTP__
RESPONSE__ HEADER__ CONTENT_ LENGTH - The size of the message body sent to the recipient (in bytes).
- HTTP__
RESPONSE__ HEADER__ KEY - HTTP response headers,
<key>being the normalized HTTP Header name (lowercase), the value being the header values. - HTTP__
RESPONSE__ SIZE - The transfer size of the response (in bytes).
- HTTP__
RESPONSE__ STATUS_ CODE - The status code of the HTTP response.
- HTTP__
ROUTE - The matched route, that is, the path template in the format used by the respective server framework.
- HTTP__
SCHEME Deprecated - The URI scheme component identifying the used protocol.
- HTTP__
SERVER_ NAME Deprecated - The server domain name.
- HTTP__
SERVER__ REQUEST__ TIME_ IN_ QUEUE - The time in milliseconds the request spent in the server queue before processing began. Measured from the X-Request-Start header set by reverse proxies (e.g., Nginx, HAProxy, Heroku) to when the application started handling the request.
- HTTP__
STATUS_ CODE Deprecated - The status code of the HTTP response.
- HTTP__
TARGET Deprecated - The pathname and query string of the URL.
- HTTP__
URL Deprecated - The URL of the resource that was fetched.
- HTTP__
USER_ AGENT Deprecated - Value of the HTTP User-Agent header sent by the client.
- ID
- A unique identifier for the span.
- INP
Deprecated - The value of the recorded Interaction to Next Paint (INP) web vital.
- JVM__
GC__ ACTION - Name of the garbage collector action.
- JVM__
GC__ NAME - Name of the garbage collector.
- JVM__
MEMORY__ POOL__ NAME - Name of the memory pool.
- JVM__
MEMORY__ TYPE - Name of the memory pool.
- JVM__
THREAD__ DAEMON - Whether the thread is daemon or not.
- JVM__
THREAD__ STATE - State of the thread.
- LCP
Deprecated - The value of the recorded Largest Contentful Paint (LCP) web vital.
- LCP__
ELEMENT Deprecated - The dom element responsible for the largest contentful paint.
- LCP__ID
Deprecated - The id of the dom element responsible for the largest contentful paint.
- LCP__
LOADTIME Deprecated - The time it took for the LCP element to be loaded.
- LCP__
RENDERTIME Deprecated - The time it took for the LCP element to be rendered.
- LCP__
SIZE Deprecated - The size of the largest contentful paint element.
- LCP__
URL Deprecated - The url of the dom element responsible for the largest contentful paint.
- LOGGER__
NAME - The name of the logger that generated this event.
- MCP__
CANCELLED__ REASON - Reason for the cancellation of an MCP operation.
- MCP__
CANCELLED__ REQUEST_ ID - Request ID of the cancelled MCP operation.
- MCP__
CLIENT__ NAME - Name of the MCP client application.
- MCP__
CLIENT__ TITLE - Display title of the MCP client application.
- MCP__
CLIENT__ VERSION - Version of the MCP client application.
- MCP__
LIFECYCLE__ PHASE - Lifecycle phase indicator for MCP operations.
- MCP__
LOGGING__ DATA_ TYPE - Data type of the logged message content.
- MCP__
LOGGING__ LEVEL - Log level for MCP logging operations.
- MCP__
LOGGING__ LOGGER - Logger name for MCP logging operations.
- MCP__
LOGGING__ MESSAGE - Log message content from MCP logging operations.
- MCP__
METHOD__ NAME - The name of the MCP request or notification method being called.
- MCP__
PROGRESS__ CURRENT - Current progress value of an MCP operation.
- MCP__
PROGRESS__ MESSAGE - Progress message describing the current state of an MCP operation.
- MCP__
PROGRESS__ PERCENTAGE - Calculated progress percentage of an MCP operation. Computed from current/total * 100.
- MCP__
PROGRESS__ TOKEN - Token for tracking progress of an MCP operation.
- MCP__
PROGRESS__ TOTAL - Total progress target value of an MCP operation.
- MCP__
PROMPT__ NAME - Name of the MCP prompt template being used.
- MCP__
PROMPT__ RESULT__ DESCRIPTION - Description of the prompt result.
- MCP__
PROMPT__ RESULT__ MESSAGE_ CONTENT - Content of the message in the prompt result. Used for single message results only.
- MCP__
PROMPT__ RESULT__ MESSAGE_ COUNT - Number of messages in the prompt result.
- MCP__
PROMPT__ RESULT__ MESSAGE_ ROLE - Role of the message in the prompt result. Used for single message results only.
- MCP__
PROTOCOL__ READY - Protocol readiness indicator for MCP session. Non-zero value indicates the protocol is ready.
- MCP__
PROTOCOL__ VERSION - MCP protocol version used in the session.
- MCP__
REQUEST__ ARGUMENT__ KEY - MCP request argument with dynamic key suffix. The
<key>is replaced with the actual argument name. The value is a JSON-stringified representation of the argument value. - MCP__
REQUEST__ ARGUMENT__ NAME - Name argument from prompts/get MCP request.
- MCP__
REQUEST__ ARGUMENT__ URI - URI argument from resources/read MCP request.
- MCP__
REQUEST__ ID - JSON-RPC request identifier for the MCP request. Unique within the MCP session.
- MCP__
RESOURCE__ PROTOCOL - Protocol of the resource URI being accessed, extracted from the URI.
- MCP__
RESOURCE__ URI - The resource URI being accessed in an MCP operation.
- MCP__
SERVER__ NAME - Name of the MCP server application.
- MCP__
SERVER__ TITLE - Display title of the MCP server application.
- MCP__
SERVER__ VERSION - Version of the MCP server application.
- MCP__
SESSION__ ID - Identifier for the MCP session.
- MCP__
TOOL__ NAME - Name of the MCP tool being called.
- MCP__
TOOL__ RESULT__ CONTENT - The content of the tool result.
- MCP__
TOOL__ RESULT__ CONTENT_ COUNT - Number of content items in the tool result.
- MCP__
TOOL__ RESULT__ IS_ ERROR - Whether a tool execution resulted in an error.
- MCP__
TRANSPORT - Transport method used for MCP communication.
- MDC__
KEY - Attributes from the Mapped Diagnostic Context (MDC) present at the moment the log record was created. The MDC is supported by all the most popular logging solutions in the Java ecosystem, and it’s usually implemented as a thread-local map that stores context for e.g. a specific request.
- MESSAGING__
BATCH__ MESSAGE_ COUNT - The number of messages sent, received, or processed in the scope of the batching operation.
- MESSAGING__
DESTINATION__ CONNECTION - The message destination connection.
- MESSAGING__
DESTINATION__ NAME - The message destination name.
- MESSAGING__
MESSAGE__ BODY__ SIZE - The size of the message body in bytes.
- MESSAGING__
MESSAGE__ ENVELOPE__ SIZE - The size of the message body and metadata in bytes.
- MESSAGING__
MESSAGE__ ID - A value used by the messaging system as an identifier for the message, represented as a string.
- MESSAGING__
MESSAGE__ RECEIVE__ LATENCY - The latency between when the message was published and received.
- MESSAGING__
MESSAGE__ RETRY__ COUNT - The amount of attempts to send the message.
- MESSAGING__
OPERATION__ TYPE - A string identifying the type of the messaging operation.
- MESSAGING__
SYSTEM - The messaging system as identified by the client instrumentation.
- METHOD
Deprecated - The HTTP method used.
- MIDDLEWARE__
NAME - The name of the middleware.
- NAVIGATION__
TYPE - The type of navigation done by a client-side router.
- NEL__
ELAPSED_ TIME - The elapsed number of milliseconds between the start of the resource fetch and when it was completed or aborted by the user agent.
- NEL__
PHASE - If request failed, the phase of its network error. If request succeeded, “application”.
- NEL__
REFERRER - request’s referrer, as determined by the referrer policy associated with its client.
- NEL__
SAMPLING_ FUNCTION - The sampling function used to determine if the request should be sampled.
- NEL__
TYPE - If request failed, the type of its network error. If request succeeded, “ok”.
- NETWORK__
CONNECTION__ EFFECTIVE_ TYPE - Specifies the effective type of the current connection (e.g. slow-2g, 2g, 3g, 4g).
- NETWORK__
CONNECTION__ RTT - Specifies the estimated effective round-trip time of the current connection, in milliseconds.
- NETWORK__
CONNECTION__ TYPE - Specifies the type of the current connection (e.g. wifi, ethernet, cellular , etc).
- NETWORK__
LOCAL__ ADDRESS - Local address of the network connection - IP address or Unix domain socket name.
- NETWORK__
LOCAL__ PORT - Local port number of the network connection.
- NETWORK__
PEER__ ADDRESS - Peer address of the network connection - IP address or Unix domain socket name.
- NETWORK__
PEER__ PORT - Peer port number of the network connection.
- NETWORK__
PROTOCOL__ NAME - OSI application layer or non-OSI equivalent.
- NETWORK__
PROTOCOL__ VERSION - The actual version of the protocol used for network communication.
- NETWORK__
TRANSPORT - OSI transport layer or inter-process communication method.
- NETWORK__
TYPE - OSI network layer or non-OSI equivalent.
- NET__
HOST__ IP Deprecated - Local address of the network connection - IP address or Unix domain socket name.
- NET__
HOST__ NAME Deprecated - Server domain name if available without reverse DNS lookup; otherwise, IP address or Unix domain socket name.
- NET__
HOST__ PORT Deprecated - Server port number.
- NET__
PEER__ IP Deprecated - Peer address of the network connection - IP address or Unix domain socket name.
- NET__
PEER__ NAME Deprecated - Server domain name if available without reverse DNS lookup; otherwise, IP address or Unix domain socket name.
- NET__
PEER__ PORT Deprecated - Peer port number.
- NET__
PROTOCOL__ NAME Deprecated - OSI application layer or non-OSI equivalent.
- NET__
PROTOCOL__ VERSION Deprecated - The actual version of the protocol used for network communication.
- NET__
SOCK__ FAMILY Deprecated - OSI transport and network layer.
- NET__
SOCK__ HOST__ ADDR Deprecated - Local address of the network connection mapping to Unix domain socket name.
- NET__
SOCK__ HOST__ PORT Deprecated - Local port number of the network connection.
- NET__
SOCK__ PEER__ ADDR Deprecated - Peer address of the network connection - IP address.
- NET__
SOCK__ PEER__ NAME Deprecated - Peer address of the network connection - Unix domain socket name.
- NET__
SOCK__ PEER__ PORT Deprecated - Peer port number of the network connection.
- NET__
TRANSPORT Deprecated - OSI transport layer or inter-process communication method.
- OS__
BUILD Deprecated - The build ID of the operating system.
- OS__
BUILD_ ID - The build ID of the operating system.
- OS__
DESCRIPTION - Human readable (not intended to be parsed) OS version information, like e.g. reported by ver or lsb_release -a commands.
- OS__
KERNEL_ VERSION - An independent kernel version string. Typically the entire output of the
unamesyscall. - OS__
NAME - Human readable operating system name.
- OS__
RAW_ DESCRIPTION - An unprocessed description string obtained by the operating system. For some well-known runtimes, Sentry will attempt to parse
nameandversionfrom this string, if they are not explicitly given. - OS__
ROOTED - Whether the operating system has been jailbroken or rooted.
- OS__
THEME - Whether the OS runs in dark mode or light mode.
- OS__
TYPE - The operating system type.
- OS__
VERSION - The version of the operating system.
- OTEL__
SCOPE__ NAME - The name of the instrumentation scope - (InstrumentationScope.Name in OTLP).
- OTEL__
SCOPE__ VERSION - The version of the instrumentation scope - (InstrumentationScope.Version in OTLP).
- OTEL__
STATUS_ CODE - Name of the code, either “OK” or “ERROR”. MUST NOT be set if the status code is UNSET.
- OTEL__
STATUS_ DESCRIPTION - Description of the Status if it has a value, otherwise not set.
- PARAMS__
KEY - Decoded parameters extracted from a URL path. Usually added by client-side routing frameworks like vue-router.
- PERFORMANCE__
ACTIVATIONSTART Deprecated - The time between initiating a navigation to a page and the browser activating the page.
- PERFORMANCE__
TIMEORIGIN Deprecated - The browser’s performance.timeOrigin timestamp representing the time when the pageload was initiated.
- PREVIOUS_
ROUTE - Also used by mobile SDKs to indicate the previous route in the application.
- PROCESS__
COMMAND_ ARGS - All the command arguments (including the command/executable itself) as received by the process.
- PROCESS__
EXECUTABLE__ NAME - The name of the executable that started the process.
- PROCESS__
PID - The process ID of the running process.
- PROCESS__
RUNTIME__ DESCRIPTION - An additional description about the runtime of the process, for example a specific vendor customization of the runtime environment. Equivalent to
raw_descriptionin the Sentry runtime context. - PROCESS__
RUNTIME__ ENGINE__ NAME - The name of the runtime engine.
- PROCESS__
RUNTIME__ ENGINE__ VERSION - The version of the runtime engine.
- PROCESS__
RUNTIME__ NAME - The name of the runtime. Equivalent to
namein the Sentry runtime context. - PROCESS__
RUNTIME__ VERSION - The version of the runtime of this process, as returned by the runtime without modification. Equivalent to
versionin the Sentry runtime context. - QUERY__
KEY Deprecated - An item in a query string. Usually added by client-side routing frameworks like vue-router.
- REACT__
VERSION - The version of the React framework.
- RELEASE
Deprecated - The sentry release.
- REMIX__
ACTION_ FORM_ DATA__ KEY - Remix form data,
<key>being the form data key, the value being the form data value. - REPLAY_
ID Deprecated - The id of the sentry replay.
- RESOURCE__
DEPLOYMENT__ ENVIRONMENT Deprecated - The software deployment environment name.
- RESOURCE__
DEPLOYMENT__ ENVIRONMENT__ NAME Deprecated - The software deployment environment name.
- RESOURCE__
RENDER_ BLOCKING_ STATUS - The render blocking status of the resource.
- ROUTE
Deprecated - The matched route, that is, the path template in the format used by the respective server framework. Also used by mobile SDKs to indicate the current route in the application.
- RPC__
GRPC__ STATUS_ CODE - The numeric status code of the gRPC request.
- RPC__
METHOD - The fully-qualified logical name of the method from the RPC interface perspective.
- RPC__
RESPONSE__ STATUS_ CODE - Status code of the RPC returned by the RPC server or generated by the client.
- RPC__
SERVICE - The full (logical) name of the service being called, including its package name, if applicable.
- SCORE__
KEY - The weighted performance score for a web vital. This is defined as
score.weight.<key>*score.ratio.<key>. - SCORE__
RATIO__ KEY - The score for a web vital, normalized to a number between 0 and 1.
- SCORE__
TOTAL - The total performance score of a span. This is the sum of individual weighted web vital scores (see
score.<key>). - SCORE__
WEIGHT__ KEY - The relative weight of a web vital in a span’s performance score.
- SENTRY__
ACTION - Used as a generic attribute representing the action depending on the type of span. For instance, this is the database query operation for DB spans, and the request method for HTTP spans.
- SENTRY__
BROWSER__ NAME Deprecated - The name of the browser.
- SENTRY__
BROWSER__ VERSION Deprecated - The version of the browser.
- SENTRY__
CANCELLATION_ REASON - The reason why a span ended early.
- SENTRY__
CATEGORY - The high-level category of a span, derived from the span operation or span attributes. This categorizes spans by their general purpose (e.g., database, HTTP, UI). Known values include: ‘ai’, ‘ai.pipeline’, ‘app’, ‘browser’, ‘cache’, ‘console’, ‘db’, ‘event’, ‘file’, ‘function.aws’, ‘function.azure’, ‘function.gcp’, ‘function.nextjs’, ‘function.remix’, ‘graphql’, ‘grpc’, ‘http’, ‘measure’, ‘middleware’, ‘navigation’, ‘pageload’, ‘queue’, ‘resource’, ‘rpc’, ‘serialize’, ‘subprocess’, ‘template’, ‘topic’, ‘ui’, ‘ui.angular’, ‘ui.ember’, ‘ui.react’, ‘ui.svelte’, ‘ui.vue’, ‘view’, ‘websocket’.
- SENTRY__
CLIENT_ SAMPLE_ RATE - Rate at which a span was sampled in the SDK.
- SENTRY__
DESCRIPTION - The human-readable description of a span.
- SENTRY__
DIST - The sentry dist.
- SENTRY__
DOMAIN - Used as a generic attribute representing the domain depending on the type of span. For instance, this is the collection/table name for database spans, and the server address for HTTP spans.
- SENTRY__
DSC__ ENVIRONMENT - The environment from the dynamic sampling context.
- SENTRY__
DSC__ PROJECT_ ID - The ID of the project where the trace originated (i.e. the project of the SDK that started the trace). Propagated through the dynamic sampling context and set by Relay during ingestion.
- SENTRY__
DSC__ PUBLIC_ KEY - The public key from the dynamic sampling context.
- SENTRY__
DSC__ RELEASE - The release identifier from the dynamic sampling context.
- SENTRY__
DSC__ SAMPLED - Whether the event was sampled according to the dynamic sampling context.
- SENTRY__
DSC__ SAMPLE_ RATE - The sample rate from the dynamic sampling context.
- SENTRY__
DSC__ TRACE_ ID - The trace ID from the dynamic sampling context.
- SENTRY__
DSC__ TRANSACTION - The transaction name from the dynamic sampling context.
- SENTRY__
ENVIRONMENT - The sentry environment.
- SENTRY__
EXCLUSIVE_ TIME - The exclusive time duration of the span in milliseconds.
- SENTRY__
GRAPHQL__ OPERATION - Indicates the type of graphql operation, emitted by the Javascript SDK.
- SENTRY__
GROUP - Stores the hash of
sentry.normalized_description. This is primarily used for grouping spans in the product end. - SENTRY__
HTTP__ PREFETCH - If an http request was a prefetch request.
- SENTRY__
IDLE_ SPAN_ FINISH_ REASON - The reason why an idle span ended early.
- SENTRY__
IS_ REMOTE - Indicates whether a span’s parent is remote.
- SENTRY__
KIND - Used to clarify the relationship between parents and children, or to distinguish between spans, e.g. a
serverandclientspan with the same name. - SENTRY__
MAIN_ THREAD - Whether the span or event occurred on the main thread. Computed by Relay and should not be set by SDKs.
- SENTRY__
MESSAGE__ PARAMETER__ KEY - A parameter used in the message template.
<key>can either be the number that represent the parameter’s position in the template string (sentry.message.parameter.0, sentry.message.parameter.1, etc) or the parameter’s name (sentry.message.parameter.item_id, sentry.message.parameter.user_id, etc). - SENTRY__
MESSAGE__ TEMPLATE - The parameterized template string.
- SENTRY__
MOBILE - Whether the application is using a mobile SDK. Computed by Relay and should not be set by SDKs.
- SENTRY__
MODULE__ KEY - A module that was loaded in the process. The key is the name of the module.
- SENTRY__
NEXTJS__ SSR__ FUNCTION__ ROUTE - A parameterized route for a function in Next.js that contributes to Server-Side Rendering. Should be present on spans that track such functions when the file location of the function is known.
- SENTRY__
NEXTJS__ SSR__ FUNCTION__ TYPE - A descriptor for a for a function in Next.js that contributes to Server-Side Rendering. Should be present on spans that track such functions.
- SENTRY__
NORMALIZED_ DB_ QUERY - The normalized version of
db.query.text. - SENTRY__
NORMALIZED_ DB_ QUERY__ HASH - The hash of
sentry.normalized_db_query. - SENTRY__
NORMALIZED_ DESCRIPTION - Used as a generic attribute representing the normalized
sentry.description. This refers to the legacy use case ofsentry.descriptionwhere it holds relevant data depending on the type of span (e.g. database query, resource url, http request description, etc). - SENTRY__
OBSERVED_ TIMESTAMP_ NANOS - The timestamp at which an envelope was received by Relay, in nanoseconds.
- SENTRY__
OP - The operation of a span.
- SENTRY__
ORIGIN - The origin of the instrumentation (e.g. span, log, etc.).
- SENTRY__
PLATFORM - The sdk platform that generated the event.
- SENTRY__
PROFILER_ ID - The id of the currently running profiler (continuous profiling).
- SENTRY__
PROFILE_ ID - The ID of the Sentry profile the span is associated with. This is only meaningful for transaction-based profiling.
- SENTRY__
RELEASE - The sentry release.
- SENTRY__
REPLAY_ ID - The id of the sentry replay.
- SENTRY__
REPLAY_ IS_ BUFFERING - A sentinel attribute on log events indicating whether the current Session Replay is being buffered (onErrorSampleRate).
- SENTRY__
REPORT_ EVENT Deprecated - (Deprecated) The event that caused the SDK to report CLS or LCP (pagehide or navigation).
- SENTRY__
SDK__ INTEGRATIONS - A list of names identifying enabled integrations. The list shouldhave all enabled integrations, including default integrations. Defaultintegrations are included because different SDK releases may contain differentdefault integrations.
- SENTRY__
SDK__ NAME - The sentry sdk name.
- SENTRY__
SDK__ VERSION - The sentry sdk version.
- SENTRY__
SEGMENT_ ID Deprecated - The segment ID of a span.
- SENTRY__
SEGMENT__ ID - The segment ID of a span.
- SENTRY__
SEGMENT__ NAME - The segment name of a span.
- SENTRY__
SERVER_ SAMPLE_ RATE - Rate at which a span was sampled in Relay.
- SENTRY__
SOURCE Deprecated - The source of a span, also referred to as transaction source. Known values are:
'custom','url','route','component','view','task'. ‘source’ describes a parametrized route, while'url'describes the full URL, potentially containing identifiers. - SENTRY__
SPAN__ SOURCE - The source of a span, also referred to as transaction source. Known values are:
'custom','url','route','component','view','task'. ‘source’ describes a parametrized route, while'url'describes the full URL, potentially containing identifiers. - SENTRY__
STATUS_ CODE - The HTTP status code used in Sentry Insights. Typically set by Sentry during ingestion, rather than by clients.
- SENTRY__
STATUS__ MESSAGE - The from OTLP extracted status message.
- SENTRY__
TIMESTAMP__ SEQUENCE - A sequencing counter for deterministic ordering of logs or metrics when timestamps share the same integer millisecond. Starts at 0 on SDK initialization, increments by 1 for each captured item, and resets to 0 when the integer millisecond of the current item differs from the previous one.
- SENTRY__
TRACE__ PARENT_ SPAN_ ID Deprecated - The span id of the span that was active when the log was collected. This should not be set if there was no active span.
- SENTRY__
TRANSACTION Deprecated - The sentry transaction (segment name).
- SENTRY__
USER__ EMAIL Deprecated - User email address.
- SENTRY__
USER__ GEO__ CITY Deprecated - Human readable city name.
- SENTRY__
USER__ GEO__ COUNTRY_ CODE Deprecated - Two-letter country code (ISO 3166-1 alpha-2).
- SENTRY__
USER__ GEO__ REGION Deprecated - Human readable region name or code.
- SENTRY__
USER__ GEO__ SUBDIVISION Deprecated - Human readable subdivision name.
- SENTRY__
USER__ ID Deprecated - Unique identifier of the user.
- SENTRY__
USER__ IP Deprecated - The IP address of the user.
- SENTRY__
USER__ USERNAME Deprecated - Short name or login/username of the user.
- SERVER__
ADDRESS - Server domain name if available without reverse DNS lookup; otherwise, IP address or Unix domain socket name.
- SERVER__
PORT - Server port number.
- SERVICE__
NAME - Logical name of the service.
- SERVICE__
VERSION - The version string of the service API or implementation. The format is not defined by these conventions.
- STALL_
PERCENTAGE - The fraction of time the app was stalled. Only applies to React Native. This is computed by Relay.
- STALL_
TOTAL_ TIME - The combined duration of all stalls in milliseconds. Only applies to React Native. This is computed by Relay.
- STATE__
TYPE - The type of state management library.
- THREAD__
ID - Current “managed” thread ID.
- THREAD__
NAME - Current thread name.
- TIMBER__
TAG - The log tag provided by the timber logging framework.
- TIME_
TO_ FULL_ DISPLAY Deprecated - The duration of time to full display in milliseconds.
- TIME_
TO_ INITIAL_ DISPLAY Deprecated - The duration of time to initial display in milliseconds.
- TRANSACTION
Deprecated - The sentry transaction (segment name).
- TRPC__
PROCEDURE_ PATH - The path of the tRPC procedure being called.
- TRPC__
PROCEDURE_ TYPE - The type of the tRPC procedure.
- TTFB
Deprecated - The value of the recorded Time To First Byte (TTFB) web vital in milliseconds.
- TTFB__
REQUESTTIME Deprecated - The time it takes for the server to process the initial request and send the first byte of a response to the user’s browser.
- TYPE
- More granular type of the operation happening.
- UI__
COMPONENT_ NAME - The name of the associated component.
- UI__
CONTRIBUTES_ TO_ TTFD - Whether the span execution contributed to the TTFD (time to fully drawn) metric.
- UI__
CONTRIBUTES_ TO_ TTID - Whether the span execution contributed to the TTID (time to initial display) metric.
- UI__
ELEMENT__ HEIGHT - The height of the UI element (for Html in pixels).
- UI__
ELEMENT__ ID - The id of the UI element.
- UI__
ELEMENT__ IDENTIFIER - The identifier used to measure the UI element timing.
- UI__
ELEMENT__ LOAD_ TIME - The loading time of a UI element (from time origin to finished loading).
- UI__
ELEMENT__ PAINT_ TYPE - The type of element paint. Can either be ‘image-paint’ or ‘text-paint’.
- UI__
ELEMENT__ RENDER_ TIME - The rendering time of the UI element (from time origin to finished rendering).
- UI__
ELEMENT__ TYPE - type of the UI element.
- UI__
ELEMENT__ URL - The URL of the UI element (e.g. an img src).
- UI__
ELEMENT__ WIDTH - The width of the UI element (for HTML in pixels).
- URL
Deprecated - The URL of the resource that was fetched.
- URL__
DOMAIN - Server domain name if available without reverse DNS lookup; otherwise, IP address or Unix domain socket name.
- URL__
FRAGMENT - The fragments present in the URI. Note that this does not contain the leading # character, while the
http.fragmentattribute does. - URL__
FULL - The URL of the resource that was fetched.
- URL__
PATH - The URI path component.
- URL__
PATH__ PARAMETER__ KEY - Decoded parameters extracted from a URL path. Usually added by client-side routing frameworks like vue-router.
- URL__
PORT - Server port number.
- URL__
QUERY - The query string present in the URL. Note that this does not contain the leading ? character, while the
http.queryattribute does. - URL__
SCHEME - The URI scheme component identifying the used protocol.
- URL__
TEMPLATE - The low-cardinality template of an absolute path reference.
- USER_
AGENT__ ORIGINAL - Value of the HTTP User-Agent header sent by the client.
- USER__
EMAIL - User email address.
- USER__
FULL_ NAME - User’s full name.
- USER__
GEO__ CITY - Human readable city name.
- USER__
GEO__ COUNTRY_ CODE - Two-letter country code (ISO 3166-1 alpha-2).
- USER__
GEO__ REGION - Human readable region name or code.
- USER__
GEO__ SUBDIVISION - Human readable subdivision name.
- USER__
HASH - Unique user hash to correlate information for a user in anonymized form.
- USER__
ID - Unique identifier of the user.
- USER__
IP_ ADDRESS - The IP address of the user.
- USER__
NAME - Short name or login/username of the user.
- USER__
ROLES - Array of user roles at the time of the event.
- VERCEL__
BRANCH - Git branch name for Vercel project.
- VERCEL__
BUILD_ ID - Identifier for the Vercel build (only present on build logs).
- VERCEL__
DEPLOYMENT_ ID - Identifier for the Vercel deployment.
- VERCEL__
DESTINATION - Origin of the external content in Vercel (only on external logs).
- VERCEL__
EDGE_ TYPE - Type of edge runtime in Vercel.
- VERCEL__
ENTRYPOINT - Entrypoint for the request in Vercel.
- VERCEL__
EXECUTION_ REGION - Region where the request is executed.
- VERCEL__
ID - Unique identifier for the log entry in Vercel.
- VERCEL__
JA3_ DIGEST - JA3 fingerprint digest of Vercel request.
- VERCEL__
JA4_ DIGEST - JA4 fingerprint digest.
- VERCEL__
LOG_ TYPE - Vercel log output type.
- VERCEL__
PATH - Function or dynamic path of the request in Vercel.
- VERCEL__
PROJECT_ ID - Identifier for the Vercel project.
- VERCEL__
PROJECT_ NAME - Name of the Vercel project.
- VERCEL__
PROXY__ CACHE_ ID - Original request ID when request is served from cache.
- VERCEL__
PROXY__ CLIENT_ IP - Client IP address.
- VERCEL__
PROXY__ HOST - Hostname of the request.
- VERCEL__
PROXY__ LAMBDA_ REGION - Region where lambda function executed.
- VERCEL__
PROXY__ METHOD - HTTP method of the request.
- VERCEL__
PROXY__ PATH - Request path with query parameters.
- VERCEL__
PROXY__ PATH_ TYPE - How the request was served based on its path and project configuration.
- VERCEL__
PROXY__ PATH_ TYPE_ VARIANT - Variant of the path type.
- VERCEL__
PROXY__ REFERER - Referer of the request.
- VERCEL__
PROXY__ REGION - Region where the request is processed.
- VERCEL__
PROXY__ RESPONSE_ BYTE_ SIZE - Size of the response in bytes.
- VERCEL__
PROXY__ SCHEME - Protocol of the request.
- VERCEL__
PROXY__ STATUS_ CODE - HTTP status code of the proxy request.
- VERCEL__
PROXY__ TIMESTAMP - Unix timestamp when the proxy request was made.
- VERCEL__
PROXY__ USER_ AGENT - User agent strings of the request.
- VERCEL__
PROXY__ VERCEL_ CACHE - Cache status sent to the browser.
- VERCEL__
PROXY__ VERCEL_ ID - Vercel-specific identifier.
- VERCEL__
PROXY__ WAF_ ACTION - Action taken by firewall rules.
- VERCEL__
PROXY__ WAF_ RULE_ ID - ID of the firewall rule that matched.
- VERCEL__
REQUEST_ ID - Identifier of the Vercel request.
- VERCEL__
SOURCE - Origin of the Vercel log (build, edge, lambda, static, external, or firewall).
- VERCEL__
STATUS_ CODE - HTTP status code of the request (-1 means no response returned and the lambda crashed).