Skip to content

Commit

Permalink
need config
Browse files Browse the repository at this point in the history
  • Loading branch information
p committed Jan 13, 2025
1 parent 4e1594b commit b0b2f3f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions integration/apps/rails-five/config/initializers/datadog.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,8 @@
c.profiling.exporter.transport = Datadog::DemoEnv.profiler_file_transport
end
end

c.remote.enabled = true
c.dynamic_instrumentation.enabled = true
c.dynamic_instrumentation.internal.development = true
end
4 changes: 4 additions & 0 deletions integration/apps/rails-six/config/initializers/datadog.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,8 @@
c.profiling.exporter.transport = Datadog::DemoEnv.profiler_file_transport
end
end

c.remote.enabled = true
c.dynamic_instrumentation.enabled = true
c.dynamic_instrumentation.internal.development = true
end

0 comments on commit b0b2f3f

Please sign in to comment.