We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9541c23 commit bb2da80Copy full SHA for bb2da80
lib/datadog/core/telemetry/event/app_started.rb
@@ -13,7 +13,7 @@ def initialize(components:)
13
# the event payload here in the constructor.
14
#
15
# Important: do not store data that contains (or is derived from)
16
- # the runtime_id oor sequence numbers.
+ # the runtime_id or sequence numbers.
17
# This event is reused when a process forks, but in the
18
# child process the runtime_id would be different and sequence
19
# number would obviously also be different.
0 commit comments