Skip to content

Commit

Permalink
Merge pull request #2079 from DataDog/nogorodnikov/remove-some-unused…
Browse files Browse the repository at this point in the history
…-trace-code-120624

Remove some unused code from tracing module
  • Loading branch information
0xnm authored Jun 12, 2024
2 parents f2af2ad + be68d62 commit 5197289
Show file tree
Hide file tree
Showing 31 changed files with 12 additions and 1,677 deletions.
202 changes: 0 additions & 202 deletions features/dd-sdk-android-trace/api/dd-sdk-android-trace.api

Large diffs are not rendered by default.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,11 @@ public static List<AbstractDecorator> createBuiltinDecorators() {

for (final AbstractDecorator decorator :
Arrays.asList(
new DBTypeDecorator(),
new ForceManualDropDecorator(),
new ForceManualKeepDecorator(),
new PeerServiceDecorator(),
new ServiceNameDecorator(),
new ServiceNameDecorator("service", false),
new ServletContextDecorator())) {
new ServiceNameDecorator("service", false))) {

if (Config.get().isRuleEnabled(decorator.getClass().getSimpleName())) {
decorators.add(decorator);
Expand Down

This file was deleted.

Loading

0 comments on commit 5197289

Please sign in to comment.