Skip to content

Commit

Permalink
Update verbose_debugging_reports.md
Browse files Browse the repository at this point in the history
  • Loading branch information
linnan-github authored Oct 29, 2024
1 parent f6c6a38 commit be64e46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions verbose_debugging_reports.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ The `body` will contain the following fields for all source debugging reports:
This will be a string if there was one such site, or a list of strings if
there were multiple.
* `source_event_id`: The source registration's `source_event_id`.
* `source_site`: The top-level site on which the source registration occurred.
* `source_site`: The top-level site, or the embedded site for specific use cases, on which the source registration occurred.

Additionally:

Expand Down Expand Up @@ -149,7 +149,7 @@ Additionally:
* If the trigger was attributed to a source, then the `body` will also contain
the following fields:
* `source_event_id`: The source registration's `source_event_id`.
* `source_site`: The top-level site on which the source registration
* `source_site`: The top-level site, or embedded site for specific use cases, on which the source registration
occurred.
* `source_debug_key`: The source registration's `debug_key`, but omitted if
the source registration did not contain a valid `debug_key` or
Expand Down

0 comments on commit be64e46

Please sign in to comment.