Skip to content

Commit

Permalink
Merge pull request #18446 from luckslovez/NR-304043-browser-and-mobil…
Browse files Browse the repository at this point in the history
…e-logs-reserved-attributes

NR-304043: The support of browser and mobile logs brings a new set of reserved attributes (`instrumentation.*`)
  • Loading branch information
cbehera-newrelic authored Aug 22, 2024
2 parents b03619f + a102f4d commit 0c753d6
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/content/docs/logs/log-api/log-event-data.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -100,5 +100,16 @@ Some specific attributes have additional restrictions:
Payloads with timestamps older than 48 hours may be dropped.
</td>
</tr>

<tr>
<td class="children-nowrap">
`instrumentation.*`
</td>

<td>
These are reserved attribute names. If any attribute name is included, it will be dropped during ingest.
</td>
</tr>

</tbody>
</table>

0 comments on commit 0c753d6

Please sign in to comment.