Skip to content

Commit

Permalink
recreate v2_3_4
Browse files Browse the repository at this point in the history
  • Loading branch information
JimGochee committed Jul 11, 2008
2 parents 44968f5 + bf7a1d7 commit ea647bd
Show file tree
Hide file tree
Showing 122 changed files with 1 addition and 11,508 deletions.
2 changes: 1 addition & 1 deletion lib/newrelic/agent/agent.rb
Expand Up @@ -165,7 +165,7 @@ def start_reporting(force_enable=false)
sampler_config = config.fetch('transaction_tracer', {})

@use_transaction_sampler = sampler_config.fetch('enabled', false)
@record_sql = (sampler_config.fetch('record_sql') || 'obfuscated').intern
@record_sql = sampler_config.fetch('record_sql', :obfuscated).intern
@slowest_transaction_threshold = sampler_config.fetch('transaction_threshold', '2.0').to_f
@explain_threshold = sampler_config.fetch('explain_threshold', '0.5').to_f
@explain_enabled = sampler_config.fetch('explain_enabled', true)
Expand Down
37 changes: 0 additions & 37 deletions newrelic_rpm/LICENSE

This file was deleted.

54 changes: 0 additions & 54 deletions newrelic_rpm/README

This file was deleted.

68 changes: 0 additions & 68 deletions newrelic_rpm/init.rb

This file was deleted.

23 changes: 0 additions & 23 deletions newrelic_rpm/install.rb

This file was deleted.

4 changes: 0 additions & 4 deletions newrelic_rpm/lib/newrelic/agent.rb

This file was deleted.

0 comments on commit ea647bd

Please sign in to comment.