Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ withApplicationVersion("MY APP VERSION")
<tbody>
<tr>
<td>
Enable or disable background reporting when application goes to the background state.
Enable or disable background reporting when application goes to the background state. When enabled, the agent reports data captured while the app is in the background, and the [`background` attribute](/attribute-dictionary/?event=MobileSession&attribute=background) is added to session attributes.
</td>

<td>
Expand Down Expand Up @@ -1202,7 +1202,7 @@ NewRelic.enableFeatures(NRMAFeatureFlags.NRFeatureFlag_OfflineStorage)
<tbody>
<tr>
<td>
Enable or disable background reporting when application goes to the background state.
Enable or disable background reporting when application goes to the background state. When enabled, the agent reports data captured while the app is in the background, and the [`background` attribute](/attribute-dictionary/?event=MobileSession&attribute=background) is added to session attributes.
</td>

<td>
Expand Down
2 changes: 1 addition & 1 deletion src/data/attribute-dictionary-en.json
Original file line number Diff line number Diff line change
Expand Up @@ -25162,4 +25162,4 @@
"definition": "<p>The workload status is derived from the alerting status of entities in your workload. This allows you to set up an alert condition to notify you whenever the workload goes into a DISRUPTED or DEGRADED status.</p>\n",
"name": "WorkloadStatus"
}
]
]
Loading