Skip to content

Commit bb2da80

Browse files
p-datadogmarcotc
andauthored
Update lib/datadog/core/telemetry/event/app_started.rb
Co-authored-by: Marco Costa <[email protected]>
1 parent 9541c23 commit bb2da80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/datadog/core/telemetry/event/app_started.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def initialize(components:)
1313
# the event payload here in the constructor.
1414
#
1515
# Important: do not store data that contains (or is derived from)
16-
# the runtime_id oor sequence numbers.
16+
# the runtime_id or sequence numbers.
1717
# This event is reused when a process forks, but in the
1818
# child process the runtime_id would be different and sequence
1919
# number would obviously also be different.

0 commit comments

Comments
 (0)