File tree 2 files changed +5
-1
lines changed
lib/datadog/core/crashtracking
spec/datadog/core/crashtracking
2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,9 @@ def self.call(settings)
23
23
'version' => settings . version ,
24
24
'git.repository_url' => Environment ::Git . git_repository_url ,
25
25
'git.commit.sha' => Environment ::Git . git_commit_sha ,
26
- 'is_crash' => true
26
+ 'is_crash' => 'true' ,
27
+ 'language' => 'ruby' ,
28
+ 'library_version' => Core ::Environment ::Identity . gem_datadog_version ,
27
29
} . compact
28
30
29
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 16
16
'runtime_platform' => RUBY_PLATFORM ,
17
17
'runtime_version' => RUBY_VERSION ,
18
18
'is_crash' => 'true' ,
19
+ 'language' => 'ruby' ,
20
+ 'library_version' => Datadog ::Core ::Environment ::Identity . gem_datadog_version ,
19
21
)
20
22
end
21
23
You can’t perform that action at this time.
0 commit comments