File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
lib/datadog/core/crashtracking
spec/datadog/core/crashtracking Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ def self.call(settings)
25
25
'git.commit.sha' => Environment ::Git . git_commit_sha ,
26
26
'is_crash' => 'true' ,
27
27
'language' => 'ruby' ,
28
- 'profiler_version ' => Core ::Environment ::Identity . gem_datadog_version ,
28
+ 'library_version ' => Core ::Environment ::Identity . gem_datadog_version ,
29
29
} . compact
30
30
31
31
# Make sure everything is an utf-8 string, to avoid encoding issues in downstream
Original file line number Diff line number Diff line change 17
17
'runtime_version' => RUBY_VERSION ,
18
18
'is_crash' => 'true' ,
19
19
'language' => 'ruby' ,
20
- 'profiler_version ' => Datadog ::Core ::Environment ::Identity . gem_datadog_version ,
20
+ 'library_version ' => Datadog ::Core ::Environment ::Identity . gem_datadog_version ,
21
21
)
22
22
end
23
23
You can’t perform that action at this time.
0 commit comments