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 64dfc9e commit bd6ccaeCopy full SHA for bd6ccae
lib/datadog/core/crashtracking/tag_builder.rb
@@ -24,7 +24,6 @@ def self.call(settings)
24
'git.repository_url' => Environment::Git.git_repository_url,
25
'git.commit.sha' => Environment::Git.git_commit_sha,
26
'is_crash' => 'true',
27
- 'severity' => 'crash',
28
'language' => 'ruby',
29
'profiler_version' => Core::Environment::Identity.gem_datadog_version,
30
}.compact
spec/datadog/core/crashtracking/tag_builder_spec.rb
@@ -16,7 +16,6 @@
16
'runtime_platform' => RUBY_PLATFORM,
17
'runtime_version' => RUBY_VERSION,
18
19
20
21
'profiler_version' => Datadog::Core::Environment::Identity.gem_datadog_version,
22
)
0 commit comments