Skip to main content

Interface: StackTraceFileLocation

workflow.StackTraceFileLocation

A pointer to a location in a file

Properties

column

Optional column: number

If possible, SDK should send this.


file_path

Optional file_path: string

Path to source file (absolute or relative). When using a relative path, make sure all paths are relative to the same root.


function_name

Optional function_name: string

Function name this line belongs to (if applicable). Used for falling back to stack trace view.


internal_code

internal_code: boolean

Flag to mark this as internal SDK code and hide by default in the UI.


line

Optional line: number

If possible, SDK should send this, required for displaying the code location.