Skip to content

Instantly share code, notes, and snippets.

@binarylogic
Created March 6, 2018 14:22
Show Gist options
  • Save binarylogic/514af0fddadb4294eb84726800c52b95 to your computer and use it in GitHub Desktop.
Save binarylogic/514af0fddadb4294eb84726800c52b95 to your computer and use it in GitHub Desktop.
Disable all Timber integrations
config.integrations.action_controller.enabled = false
config.integrations.action_view.enabled = false
config.integrations.active_record.enabled = false
config.integrations.rack.error_event.enabled = false
config.integrations.rack.http_context.enabled = false
config.integrations.rack.http_events.enabled = false
config.integrations.rack.session_context.enabled = false
config.integrations.rack.user_context.enabled = false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment