Skip to content

Commit bd6ccae

Browse files
committed
Omit severity:crash
Oops, I had missed the internal discussion that we planned to no longer use severity:crash.
1 parent 64dfc9e commit bd6ccae

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

lib/datadog/core/crashtracking/tag_builder.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ def self.call(settings)
2424
'git.repository_url' => Environment::Git.git_repository_url,
2525
'git.commit.sha' => Environment::Git.git_commit_sha,
2626
'is_crash' => 'true',
27-
'severity' => 'crash',
2827
'language' => 'ruby',
2928
'profiler_version' => Core::Environment::Identity.gem_datadog_version,
3029
}.compact

spec/datadog/core/crashtracking/tag_builder_spec.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
'runtime_platform' => RUBY_PLATFORM,
1717
'runtime_version' => RUBY_VERSION,
1818
'is_crash' => 'true',
19-
'severity' => 'crash',
2019
'language' => 'ruby',
2120
'profiler_version' => Datadog::Core::Environment::Identity.gem_datadog_version,
2221
)

0 commit comments

Comments
 (0)