Source code

Revision control

Copy as Markdown

Other Tools

# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
# Adding a new event? We have docs for that!
---
events:
source_located:
description: >
Base event that adds source-code location capture
attributes:
source.file:
type: string
description: >
Source file where the event was emitted
source.line:
type: integer
description: >
Line number where the event was emitted