bugsnag 6.14.0 → 6.19.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.yardopts +11 -0
- data/CHANGELOG.md +74 -0
- data/VERSION +1 -1
- data/bugsnag.gemspec +1 -1
- data/lib/bugsnag.rb +116 -17
- data/lib/bugsnag/breadcrumbs/breadcrumb.rb +1 -1
- data/lib/bugsnag/breadcrumbs/validator.rb +0 -22
- data/lib/bugsnag/code_extractor.rb +137 -0
- data/lib/bugsnag/configuration.rb +209 -24
- data/lib/bugsnag/delivery/synchronous.rb +1 -1
- data/lib/bugsnag/delivery/thread_queue.rb +18 -3
- data/lib/bugsnag/helpers.rb +17 -4
- data/lib/bugsnag/integrations/delayed_job.rb +13 -1
- data/lib/bugsnag/integrations/mailman.rb +2 -1
- data/lib/bugsnag/integrations/que.rb +2 -1
- data/lib/bugsnag/integrations/rack.rb +3 -1
- data/lib/bugsnag/integrations/railtie.rb +17 -5
- data/lib/bugsnag/integrations/rake.rb +4 -2
- data/lib/bugsnag/integrations/resque.rb +12 -5
- data/lib/bugsnag/integrations/shoryuken.rb +2 -1
- data/lib/bugsnag/integrations/sidekiq.rb +1 -2
- data/lib/bugsnag/middleware/delayed_job.rb +1 -0
- data/lib/bugsnag/middleware_stack.rb +38 -3
- data/lib/bugsnag/on_error_callbacks.rb +33 -0
- data/lib/bugsnag/report.rb +85 -3
- data/lib/bugsnag/session_tracker.rb +3 -3
- data/lib/bugsnag/stacktrace.rb +25 -68
- metadata +6 -620
- data/.buildkite/pipeline.yml +0 -470
- data/.github/PULL_REQUEST_TEMPLATE.md +0 -84
- data/.gitignore +0 -55
- data/.rdoc_options +0 -27
- data/.rspec +0 -3
- data/.rubocop.yml +0 -57
- data/.rubocop_todo.yml +0 -1049
- data/CONTRIBUTING.md +0 -64
- data/Gemfile +0 -50
- data/Rakefile +0 -37
- data/TESTING.md +0 -81
- data/UPGRADING.md +0 -91
- data/docker-compose.yml +0 -46
- data/dockerfiles/Dockerfile.jruby-unit-tests +0 -13
- data/dockerfiles/Dockerfile.ruby-maze-runner +0 -26
- data/dockerfiles/Dockerfile.ruby-unit-tests +0 -12
- data/features/.gitignore +0 -1
- data/features/delayed_job.feature +0 -36
- data/features/fixtures/delayed_job/Dockerfile +0 -15
- data/features/fixtures/delayed_job/app/.gitignore +0 -21
- data/features/fixtures/delayed_job/app/Gemfile +0 -57
- data/features/fixtures/delayed_job/app/README.md +0 -24
- data/features/fixtures/delayed_job/app/Rakefile +0 -24
- data/features/fixtures/delayed_job/app/app/assets/config/manifest.js +0 -3
- data/features/fixtures/delayed_job/app/app/assets/images/.keep +0 -0
- data/features/fixtures/delayed_job/app/app/assets/javascripts/application.js +0 -16
- data/features/fixtures/delayed_job/app/app/assets/javascripts/cable.js +0 -13
- data/features/fixtures/delayed_job/app/app/assets/javascripts/channels/.keep +0 -0
- data/features/fixtures/delayed_job/app/app/assets/stylesheets/application.css +0 -15
- data/features/fixtures/delayed_job/app/app/channels/application_cable/channel.rb +0 -4
- data/features/fixtures/delayed_job/app/app/channels/application_cable/connection.rb +0 -4
- data/features/fixtures/delayed_job/app/app/controllers/application_controller.rb +0 -3
- data/features/fixtures/delayed_job/app/app/controllers/concerns/.keep +0 -0
- data/features/fixtures/delayed_job/app/app/helpers/application_helper.rb +0 -2
- data/features/fixtures/delayed_job/app/app/jobs/application_job.rb +0 -2
- data/features/fixtures/delayed_job/app/app/mailers/application_mailer.rb +0 -4
- data/features/fixtures/delayed_job/app/app/models/application_record.rb +0 -3
- data/features/fixtures/delayed_job/app/app/models/concerns/.keep +0 -0
- data/features/fixtures/delayed_job/app/app/models/test_model.rb +0 -10
- data/features/fixtures/delayed_job/app/app/views/layouts/application.html.erb +0 -14
- data/features/fixtures/delayed_job/app/app/views/layouts/mailer.html.erb +0 -13
- data/features/fixtures/delayed_job/app/app/views/layouts/mailer.text.erb +0 -1
- data/features/fixtures/delayed_job/app/config.ru +0 -5
- data/features/fixtures/delayed_job/app/config/application.rb +0 -15
- data/features/fixtures/delayed_job/app/config/boot.rb +0 -3
- data/features/fixtures/delayed_job/app/config/cable.yml +0 -9
- data/features/fixtures/delayed_job/app/config/database.yml +0 -25
- data/features/fixtures/delayed_job/app/config/environment.rb +0 -5
- data/features/fixtures/delayed_job/app/config/environments/development.rb +0 -54
- data/features/fixtures/delayed_job/app/config/environments/production.rb +0 -86
- data/features/fixtures/delayed_job/app/config/environments/test.rb +0 -42
- data/features/fixtures/delayed_job/app/config/initializers/application_controller_renderer.rb +0 -8
- data/features/fixtures/delayed_job/app/config/initializers/assets.rb +0 -11
- data/features/fixtures/delayed_job/app/config/initializers/backtrace_silencers.rb +0 -7
- data/features/fixtures/delayed_job/app/config/initializers/bugsnag.rb +0 -14
- data/features/fixtures/delayed_job/app/config/initializers/cookies_serializer.rb +0 -5
- data/features/fixtures/delayed_job/app/config/initializers/delayed_job.rb +0 -3
- data/features/fixtures/delayed_job/app/config/initializers/filter_parameter_logging.rb +0 -4
- data/features/fixtures/delayed_job/app/config/initializers/inflections.rb +0 -16
- data/features/fixtures/delayed_job/app/config/initializers/mime_types.rb +0 -4
- data/features/fixtures/delayed_job/app/config/initializers/new_framework_defaults.rb +0 -26
- data/features/fixtures/delayed_job/app/config/initializers/session_store.rb +0 -3
- data/features/fixtures/delayed_job/app/config/initializers/wrap_parameters.rb +0 -14
- data/features/fixtures/delayed_job/app/config/locales/en.yml +0 -23
- data/features/fixtures/delayed_job/app/config/puma.rb +0 -47
- data/features/fixtures/delayed_job/app/config/routes.rb +0 -3
- data/features/fixtures/delayed_job/app/config/secrets.yml +0 -22
- data/features/fixtures/delayed_job/app/config/spring.rb +0 -6
- data/features/fixtures/delayed_job/app/db/migrate/20181024232549_create_delayed_jobs.rb +0 -22
- data/features/fixtures/delayed_job/app/db/migrate/20181024232817_create_test_models.rb +0 -8
- data/features/fixtures/delayed_job/app/db/schema.rb +0 -30
- data/features/fixtures/delayed_job/app/db/seeds.rb +0 -7
- data/features/fixtures/delayed_job/app/lib/assets/.keep +0 -0
- data/features/fixtures/delayed_job/app/lib/tasks/.keep +0 -0
- data/features/fixtures/delayed_job/app/log/.keep +0 -0
- data/features/fixtures/delayed_job/app/public/404.html +0 -67
- data/features/fixtures/delayed_job/app/public/422.html +0 -67
- data/features/fixtures/delayed_job/app/public/500.html +0 -66
- data/features/fixtures/delayed_job/app/public/apple-touch-icon-precomposed.png +0 -0
- data/features/fixtures/delayed_job/app/public/apple-touch-icon.png +0 -0
- data/features/fixtures/delayed_job/app/public/favicon.ico +0 -0
- data/features/fixtures/delayed_job/app/public/robots.txt +0 -5
- data/features/fixtures/delayed_job/app/test/controllers/.keep +0 -0
- data/features/fixtures/delayed_job/app/test/fixtures/.keep +0 -0
- data/features/fixtures/delayed_job/app/test/fixtures/files/.keep +0 -0
- data/features/fixtures/delayed_job/app/test/fixtures/test_models.yml +0 -11
- data/features/fixtures/delayed_job/app/test/helpers/.keep +0 -0
- data/features/fixtures/delayed_job/app/test/integration/.keep +0 -0
- data/features/fixtures/delayed_job/app/test/mailers/.keep +0 -0
- data/features/fixtures/delayed_job/app/test/models/.keep +0 -0
- data/features/fixtures/delayed_job/app/test/models/test_model_test.rb +0 -7
- data/features/fixtures/delayed_job/app/test/test_helper.rb +0 -10
- data/features/fixtures/delayed_job/app/tmp/.keep +0 -0
- data/features/fixtures/docker-compose.yml +0 -299
- data/features/fixtures/expected_breadcrumbs/active_job.json +0 -9
- data/features/fixtures/expected_breadcrumbs/mongo_failed.json +0 -15
- data/features/fixtures/expected_breadcrumbs/mongo_filtered_request.json +0 -15
- data/features/fixtures/expected_breadcrumbs/mongo_filtered_result.json +0 -15
- data/features/fixtures/expected_breadcrumbs/mongo_success.json +0 -14
- data/features/fixtures/expected_breadcrumbs/request.json +0 -13
- data/features/fixtures/expected_breadcrumbs/sql_with_bindings.json +0 -12
- data/features/fixtures/expected_breadcrumbs/sql_without_bindings.json +0 -11
- data/features/fixtures/plain/.dockerignore +0 -2
- data/features/fixtures/plain/Dockerfile +0 -11
- data/features/fixtures/plain/app/Gemfile +0 -3
- data/features/fixtures/plain/app/app.rb +0 -38
- data/features/fixtures/plain/app/configuration/api_key.rb +0 -9
- data/features/fixtures/plain/app/configuration/proxy.rb +0 -14
- data/features/fixtures/plain/app/configuration/send_handled.rb +0 -7
- data/features/fixtures/plain/app/configuration/send_unhandled.rb +0 -9
- data/features/fixtures/plain/app/delivery/fork_threadpool.rb +0 -27
- data/features/fixtures/plain/app/delivery/synchronous.rb +0 -14
- data/features/fixtures/plain/app/delivery/threadpool.rb +0 -14
- data/features/fixtures/plain/app/exception_data/crash.rb +0 -34
- data/features/fixtures/plain/app/exception_data/handled_context.rb +0 -10
- data/features/fixtures/plain/app/exception_data/handled_hash.rb +0 -10
- data/features/fixtures/plain/app/exception_data/handled_meta_data.rb +0 -10
- data/features/fixtures/plain/app/exception_data/handled_user_id.rb +0 -10
- data/features/fixtures/plain/app/exception_data/unhandled_context.rb +0 -7
- data/features/fixtures/plain/app/exception_data/unhandled_hash.rb +0 -7
- data/features/fixtures/plain/app/exception_data/unhandled_meta_data.rb +0 -7
- data/features/fixtures/plain/app/exception_data/unhandled_user_id.rb +0 -7
- data/features/fixtures/plain/app/filters/additional_filters.rb +0 -11
- data/features/fixtures/plain/app/filters/default_filters.rb +0 -15
- data/features/fixtures/plain/app/handled/block_metadata.rb +0 -15
- data/features/fixtures/plain/app/handled/ignore_exception.rb +0 -12
- data/features/fixtures/plain/app/handled/notify_exception.rb +0 -9
- data/features/fixtures/plain/app/handled/notify_string.rb +0 -9
- data/features/fixtures/plain/app/ignore_classes/handled.rb +0 -8
- data/features/fixtures/plain/app/ignore_classes/ignore_error.rb +0 -8
- data/features/fixtures/plain/app/ignore_classes/unhandled.rb +0 -4
- data/features/fixtures/plain/app/report_modification/add_tab.rb +0 -16
- data/features/fixtures/plain/app/report_modification/add_tab_existing.rb +0 -22
- data/features/fixtures/plain/app/report_modification/add_tab_override.rb +0 -19
- data/features/fixtures/plain/app/report_modification/ignore_report.rb +0 -9
- data/features/fixtures/plain/app/report_modification/initiators/handled_before_notify.rb +0 -10
- data/features/fixtures/plain/app/report_modification/initiators/handled_block.rb +0 -8
- data/features/fixtures/plain/app/report_modification/initiators/unhandled_before_notify.rb +0 -11
- data/features/fixtures/plain/app/report_modification/modify_api_key.rb +0 -9
- data/features/fixtures/plain/app/report_modification/modify_severity.rb +0 -9
- data/features/fixtures/plain/app/report_modification/remove_user_details.rb +0 -14
- data/features/fixtures/plain/app/report_modification/set_custom_user_details.rb +0 -16
- data/features/fixtures/plain/app/report_modification/set_user_details.rb +0 -13
- data/features/fixtures/plain/app/stack_frame_modification/initiators/handled_before_notify.rb +0 -29
- data/features/fixtures/plain/app/stack_frame_modification/initiators/handled_block.rb +0 -24
- data/features/fixtures/plain/app/stack_frame_modification/initiators/unhandled_before_notify.rb +0 -26
- data/features/fixtures/plain/app/stack_frame_modification/mark_frames_in_project.rb +0 -13
- data/features/fixtures/plain/app/stack_frame_modification/remove_stack_frame.rb +0 -9
- data/features/fixtures/plain/app/unhandled/bad_syntax.rb +0 -1
- data/features/fixtures/plain/app/unhandled/custom_error.rb +0 -9
- data/features/fixtures/plain/app/unhandled/interrupt.rb +0 -6
- data/features/fixtures/plain/app/unhandled/load_error.rb +0 -6
- data/features/fixtures/plain/app/unhandled/local_jump_error.rb +0 -10
- data/features/fixtures/plain/app/unhandled/name_error.rb +0 -6
- data/features/fixtures/plain/app/unhandled/no_method_error.rb +0 -6
- data/features/fixtures/plain/app/unhandled/runtime_error.rb +0 -6
- data/features/fixtures/plain/app/unhandled/syntax_error.rb +0 -6
- data/features/fixtures/plain/app/unhandled/system_call_error.rb +0 -6
- data/features/fixtures/plain/app/unhandled/system_exit.rb +0 -6
- data/features/fixtures/plain/json/delivery_fork.json +0 -4
- data/features/fixtures/plain/json/delivery_synchronous.json +0 -4
- data/features/fixtures/plain/json/delivery_threadpool.json +0 -4
- data/features/fixtures/plain/json/filters_default_metadata_filters.json +0 -9
- data/features/fixtures/rack1/.dockerignore +0 -1
- data/features/fixtures/rack1/Dockerfile +0 -13
- data/features/fixtures/rack1/Gemfile +0 -4
- data/features/fixtures/rack1/app.rb +0 -8
- data/features/fixtures/rack2/.dockerignore +0 -1
- data/features/fixtures/rack2/Dockerfile +0 -13
- data/features/fixtures/rack2/Gemfile +0 -4
- data/features/fixtures/rack2/app.rb +0 -8
- data/features/fixtures/rails3/.dockerignore +0 -1
- data/features/fixtures/rails3/Dockerfile +0 -15
- data/features/fixtures/rails3/app/.gitignore +0 -15
- data/features/fixtures/rails3/app/Gemfile +0 -17
- data/features/fixtures/rails3/app/Rakefile +0 -7
- data/features/fixtures/rails3/app/app/assets/images/rails.png +0 -0
- data/features/fixtures/rails3/app/app/assets/javascripts/application.js +0 -15
- data/features/fixtures/rails3/app/app/assets/stylesheets/application.css +0 -13
- data/features/fixtures/rails3/app/app/controllers/api_key_controller.rb +0 -20
- data/features/fixtures/rails3/app/app/controllers/app_type_controller.rb +0 -20
- data/features/fixtures/rails3/app/app/controllers/app_version_controller.rb +0 -25
- data/features/fixtures/rails3/app/app/controllers/application_controller.rb +0 -7
- data/features/fixtures/rails3/app/app/controllers/auto_notify_controller.rb +0 -31
- data/features/fixtures/rails3/app/app/controllers/before_notify_controller.rb +0 -44
- data/features/fixtures/rails3/app/app/controllers/breadcrumbs_controller.rb +0 -19
- data/features/fixtures/rails3/app/app/controllers/handled_controller.rb +0 -26
- data/features/fixtures/rails3/app/app/controllers/ignore_classes_controller.rb +0 -23
- data/features/fixtures/rails3/app/app/controllers/metadata_filters_controller.rb +0 -16
- data/features/fixtures/rails3/app/app/controllers/project_root_controller.rb +0 -25
- data/features/fixtures/rails3/app/app/controllers/release_stage_controller.rb +0 -20
- data/features/fixtures/rails3/app/app/controllers/send_code_controller.rb +0 -20
- data/features/fixtures/rails3/app/app/controllers/send_environment_controller.rb +0 -12
- data/features/fixtures/rails3/app/app/controllers/session_tracking_controller.rb +0 -24
- data/features/fixtures/rails3/app/app/controllers/unhandled_controller.rb +0 -11
- data/features/fixtures/rails3/app/app/controllers/warden_controller.rb +0 -30
- data/features/fixtures/rails3/app/app/helpers/application_helper.rb +0 -2
- data/features/fixtures/rails3/app/app/mailers/.gitkeep +0 -0
- data/features/fixtures/rails3/app/app/models/.gitkeep +0 -0
- data/features/fixtures/rails3/app/app/models/user.rb +0 -6
- data/features/fixtures/rails3/app/app/views/layouts/application.html.erb +0 -14
- data/features/fixtures/rails3/app/config.ru +0 -4
- data/features/fixtures/rails3/app/config/application.rb +0 -67
- data/features/fixtures/rails3/app/config/boot.rb +0 -6
- data/features/fixtures/rails3/app/config/database.yml +0 -31
- data/features/fixtures/rails3/app/config/environment.rb +0 -5
- data/features/fixtures/rails3/app/config/environments/development.rb +0 -37
- data/features/fixtures/rails3/app/config/environments/production.rb +0 -67
- data/features/fixtures/rails3/app/config/environments/rails_env.rb +0 -37
- data/features/fixtures/rails3/app/config/initializers/bugsnag.rb +0 -21
- data/features/fixtures/rails3/app/config/initializers/secret_token.rb +0 -7
- data/features/fixtures/rails3/app/config/initializers/session_store.rb +0 -8
- data/features/fixtures/rails3/app/config/initializers/warden.rb +0 -3
- data/features/fixtures/rails3/app/config/initializers/wrap_parameters.rb +0 -14
- data/features/fixtures/rails3/app/config/locales/en.yml +0 -5
- data/features/fixtures/rails3/app/config/routes.rb +0 -19
- data/features/fixtures/rails3/app/db/migrate/20180423142727_create_users.rb +0 -45
- data/features/fixtures/rails3/app/db/schema.rb +0 -37
- data/features/fixtures/rails3/app/db/seeds.rb +0 -7
- data/features/fixtures/rails3/app/lib/assets/.gitkeep +0 -0
- data/features/fixtures/rails3/app/lib/strategies/token_strategy.rb +0 -12
- data/features/fixtures/rails3/app/lib/tasks/.gitkeep +0 -0
- data/features/fixtures/rails3/app/log/.gitkeep +0 -0
- data/features/fixtures/rails3/app/public/404.html +0 -26
- data/features/fixtures/rails3/app/public/422.html +0 -26
- data/features/fixtures/rails3/app/public/500.html +0 -25
- data/features/fixtures/rails3/app/public/favicon.ico +0 -0
- data/features/fixtures/rails3/app/public/index.html +0 -241
- data/features/fixtures/rails3/app/public/robots.txt +0 -5
- data/features/fixtures/rails3/app/script/rails +0 -6
- data/features/fixtures/rails4/.dockerignore +0 -1
- data/features/fixtures/rails4/Dockerfile +0 -17
- data/features/fixtures/rails4/app/.gitignore +0 -16
- data/features/fixtures/rails4/app/Gemfile +0 -46
- data/features/fixtures/rails4/app/README.rdoc +0 -28
- data/features/fixtures/rails4/app/Rakefile +0 -6
- data/features/fixtures/rails4/app/app/assets/images/.keep +0 -0
- data/features/fixtures/rails4/app/app/assets/javascripts/application.js +0 -16
- data/features/fixtures/rails4/app/app/assets/stylesheets/application.css +0 -13
- data/features/fixtures/rails4/app/app/controllers/api_key_controller.rb +0 -20
- data/features/fixtures/rails4/app/app/controllers/app_type_controller.rb +0 -20
- data/features/fixtures/rails4/app/app/controllers/app_version_controller.rb +0 -25
- data/features/fixtures/rails4/app/app/controllers/application_controller.rb +0 -7
- data/features/fixtures/rails4/app/app/controllers/auto_notify_controller.rb +0 -31
- data/features/fixtures/rails4/app/app/controllers/before_notify_controller.rb +0 -44
- data/features/fixtures/rails4/app/app/controllers/breadcrumbs_controller.rb +0 -26
- data/features/fixtures/rails4/app/app/controllers/concerns/.keep +0 -0
- data/features/fixtures/rails4/app/app/controllers/devise_controller.rb +0 -32
- data/features/fixtures/rails4/app/app/controllers/handled_controller.rb +0 -26
- data/features/fixtures/rails4/app/app/controllers/ignore_classes_controller.rb +0 -23
- data/features/fixtures/rails4/app/app/controllers/metadata_filters_controller.rb +0 -16
- data/features/fixtures/rails4/app/app/controllers/mongo_controller.rb +0 -23
- data/features/fixtures/rails4/app/app/controllers/project_root_controller.rb +0 -25
- data/features/fixtures/rails4/app/app/controllers/release_stage_controller.rb +0 -20
- data/features/fixtures/rails4/app/app/controllers/send_code_controller.rb +0 -20
- data/features/fixtures/rails4/app/app/controllers/send_environment_controller.rb +0 -12
- data/features/fixtures/rails4/app/app/controllers/session_tracking_controller.rb +0 -24
- data/features/fixtures/rails4/app/app/controllers/unhandled_controller.rb +0 -11
- data/features/fixtures/rails4/app/app/helpers/application_helper.rb +0 -2
- data/features/fixtures/rails4/app/app/jobs/application_job.rb +0 -2
- data/features/fixtures/rails4/app/app/jobs/notify_job.rb +0 -5
- data/features/fixtures/rails4/app/app/mailers/.keep +0 -0
- data/features/fixtures/rails4/app/app/models/.keep +0 -0
- data/features/fixtures/rails4/app/app/models/concerns/.keep +0 -0
- data/features/fixtures/rails4/app/app/models/mongo_model.rb +0 -6
- data/features/fixtures/rails4/app/app/models/user.rb +0 -6
- data/features/fixtures/rails4/app/app/views/layouts/application.html.erb +0 -14
- data/features/fixtures/rails4/app/config.ru +0 -4
- data/features/fixtures/rails4/app/config/application.rb +0 -23
- data/features/fixtures/rails4/app/config/boot.rb +0 -4
- data/features/fixtures/rails4/app/config/database.yml +0 -31
- data/features/fixtures/rails4/app/config/environment.rb +0 -5
- data/features/fixtures/rails4/app/config/environments/development.rb +0 -31
- data/features/fixtures/rails4/app/config/environments/production.rb +0 -81
- data/features/fixtures/rails4/app/config/environments/rails_env.rb +0 -30
- data/features/fixtures/rails4/app/config/environments/test.rb +0 -31
- data/features/fixtures/rails4/app/config/initializers/backtrace_silencers.rb +0 -7
- data/features/fixtures/rails4/app/config/initializers/bugsnag.rb +0 -21
- data/features/fixtures/rails4/app/config/initializers/devise.rb +0 -283
- data/features/fixtures/rails4/app/config/initializers/filter_parameter_logging.rb +0 -5
- data/features/fixtures/rails4/app/config/initializers/inflections.rb +0 -16
- data/features/fixtures/rails4/app/config/initializers/mime_types.rb +0 -5
- data/features/fixtures/rails4/app/config/initializers/secret_token.rb +0 -12
- data/features/fixtures/rails4/app/config/initializers/session_store.rb +0 -3
- data/features/fixtures/rails4/app/config/initializers/wrap_parameters.rb +0 -14
- data/features/fixtures/rails4/app/config/locales/devise.en.yml +0 -64
- data/features/fixtures/rails4/app/config/locales/en.yml +0 -23
- data/features/fixtures/rails4/app/config/mongoid.yml +0 -22
- data/features/fixtures/rails4/app/config/routes.rb +0 -21
- data/features/fixtures/rails4/app/db/migrate/20180420160315_devise_create_users.rb +0 -47
- data/features/fixtures/rails4/app/db/seeds.rb +0 -7
- data/features/fixtures/rails4/app/lib/assets/.keep +0 -0
- data/features/fixtures/rails4/app/lib/tasks/.keep +0 -0
- data/features/fixtures/rails4/app/log/.keep +0 -0
- data/features/fixtures/rails4/app/public/404.html +0 -58
- data/features/fixtures/rails4/app/public/422.html +0 -58
- data/features/fixtures/rails4/app/public/500.html +0 -57
- data/features/fixtures/rails4/app/public/favicon.ico +0 -0
- data/features/fixtures/rails4/app/public/robots.txt +0 -5
- data/features/fixtures/rails4/app/test/controllers/.keep +0 -0
- data/features/fixtures/rails4/app/test/fixtures/.keep +0 -0
- data/features/fixtures/rails4/app/test/helpers/.keep +0 -0
- data/features/fixtures/rails4/app/test/integration/.keep +0 -0
- data/features/fixtures/rails4/app/test/mailers/.keep +0 -0
- data/features/fixtures/rails4/app/test/models/.keep +0 -0
- data/features/fixtures/rails4/app/test/test_helper.rb +0 -15
- data/features/fixtures/rails5/.dockerignore +0 -1
- data/features/fixtures/rails5/Dockerfile +0 -17
- data/features/fixtures/rails5/app/.gitignore +0 -21
- data/features/fixtures/rails5/app/Gemfile +0 -52
- data/features/fixtures/rails5/app/README.md +0 -24
- data/features/fixtures/rails5/app/Rakefile +0 -6
- data/features/fixtures/rails5/app/app/assets/config/manifest.js +0 -3
- data/features/fixtures/rails5/app/app/assets/images/.keep +0 -0
- data/features/fixtures/rails5/app/app/assets/javascripts/application.js +0 -16
- data/features/fixtures/rails5/app/app/assets/javascripts/cable.js +0 -13
- data/features/fixtures/rails5/app/app/assets/javascripts/channels/.keep +0 -0
- data/features/fixtures/rails5/app/app/assets/stylesheets/application.css +0 -15
- data/features/fixtures/rails5/app/app/channels/application_cable/channel.rb +0 -4
- data/features/fixtures/rails5/app/app/channels/application_cable/connection.rb +0 -4
- data/features/fixtures/rails5/app/app/controllers/api_key_controller.rb +0 -16
- data/features/fixtures/rails5/app/app/controllers/app_type_controller.rb +0 -16
- data/features/fixtures/rails5/app/app/controllers/app_version_controller.rb +0 -21
- data/features/fixtures/rails5/app/app/controllers/application_controller.rb +0 -7
- data/features/fixtures/rails5/app/app/controllers/auto_notify_controller.rb +0 -27
- data/features/fixtures/rails5/app/app/controllers/before_notify_controller.rb +0 -40
- data/features/fixtures/rails5/app/app/controllers/breadcrumbs_controller.rb +0 -24
- data/features/fixtures/rails5/app/app/controllers/clearance_controller.rb +0 -33
- data/features/fixtures/rails5/app/app/controllers/concerns/.keep +0 -0
- data/features/fixtures/rails5/app/app/controllers/handled_controller.rb +0 -22
- data/features/fixtures/rails5/app/app/controllers/ignore_classes_controller.rb +0 -19
- data/features/fixtures/rails5/app/app/controllers/metadata_filters_controller.rb +0 -12
- data/features/fixtures/rails5/app/app/controllers/mongo_controller.rb +0 -22
- data/features/fixtures/rails5/app/app/controllers/project_root_controller.rb +0 -21
- data/features/fixtures/rails5/app/app/controllers/release_stage_controller.rb +0 -16
- data/features/fixtures/rails5/app/app/controllers/send_code_controller.rb +0 -16
- data/features/fixtures/rails5/app/app/controllers/send_environment_controller.rb +0 -8
- data/features/fixtures/rails5/app/app/controllers/session_tracking_controller.rb +0 -20
- data/features/fixtures/rails5/app/app/controllers/unhandled_controller.rb +0 -7
- data/features/fixtures/rails5/app/app/helpers/application_helper.rb +0 -2
- data/features/fixtures/rails5/app/app/jobs/application_job.rb +0 -2
- data/features/fixtures/rails5/app/app/jobs/notify_job.rb +0 -5
- data/features/fixtures/rails5/app/app/mailers/application_mailer.rb +0 -4
- data/features/fixtures/rails5/app/app/models/application_record.rb +0 -3
- data/features/fixtures/rails5/app/app/models/concerns/.keep +0 -0
- data/features/fixtures/rails5/app/app/models/mongo_model.rb +0 -6
- data/features/fixtures/rails5/app/app/models/user.rb +0 -3
- data/features/fixtures/rails5/app/app/views/layouts/application.html.erb +0 -14
- data/features/fixtures/rails5/app/app/views/layouts/mailer.html.erb +0 -13
- data/features/fixtures/rails5/app/app/views/layouts/mailer.text.erb +0 -1
- data/features/fixtures/rails5/app/config.ru +0 -5
- data/features/fixtures/rails5/app/config/application.rb +0 -15
- data/features/fixtures/rails5/app/config/boot.rb +0 -3
- data/features/fixtures/rails5/app/config/cable.yml +0 -9
- data/features/fixtures/rails5/app/config/database.yml +0 -29
- data/features/fixtures/rails5/app/config/environment.rb +0 -5
- data/features/fixtures/rails5/app/config/environments/development.rb +0 -55
- data/features/fixtures/rails5/app/config/environments/production.rb +0 -87
- data/features/fixtures/rails5/app/config/environments/rails_env.rb +0 -55
- data/features/fixtures/rails5/app/config/environments/test.rb +0 -55
- data/features/fixtures/rails5/app/config/initializers/assets.rb +0 -11
- data/features/fixtures/rails5/app/config/initializers/backtrace_silencers.rb +0 -7
- data/features/fixtures/rails5/app/config/initializers/bugsnag.rb +0 -21
- data/features/fixtures/rails5/app/config/initializers/clearance.rb +0 -5
- data/features/fixtures/rails5/app/config/initializers/cookies_serializer.rb +0 -5
- data/features/fixtures/rails5/app/config/initializers/filter_parameter_logging.rb +0 -5
- data/features/fixtures/rails5/app/config/initializers/inflections.rb +0 -16
- data/features/fixtures/rails5/app/config/initializers/mime_types.rb +0 -4
- data/features/fixtures/rails5/app/config/initializers/new_framework_defaults.rb +0 -24
- data/features/fixtures/rails5/app/config/initializers/session_store.rb +0 -3
- data/features/fixtures/rails5/app/config/initializers/wrap_parameters.rb +0 -14
- data/features/fixtures/rails5/app/config/locales/devise.en.yml +0 -64
- data/features/fixtures/rails5/app/config/locales/en.yml +0 -23
- data/features/fixtures/rails5/app/config/mongoid.yml +0 -23
- data/features/fixtures/rails5/app/config/puma.rb +0 -47
- data/features/fixtures/rails5/app/config/routes.rb +0 -62
- data/features/fixtures/rails5/app/config/secrets.yml +0 -25
- data/features/fixtures/rails5/app/config/spring.rb +0 -6
- data/features/fixtures/rails5/app/db/migrate/20180426095545_create_users.rb +0 -17
- data/features/fixtures/rails5/app/db/schema.rb +0 -29
- data/features/fixtures/rails5/app/db/seeds.rb +0 -7
- data/features/fixtures/rails5/app/lib/assets/.keep +0 -0
- data/features/fixtures/rails5/app/lib/tasks/.keep +0 -0
- data/features/fixtures/rails5/app/log/.keep +0 -0
- data/features/fixtures/rails5/app/public/404.html +0 -67
- data/features/fixtures/rails5/app/public/422.html +0 -67
- data/features/fixtures/rails5/app/public/500.html +0 -66
- data/features/fixtures/rails5/app/public/apple-touch-icon-precomposed.png +0 -0
- data/features/fixtures/rails5/app/public/apple-touch-icon.png +0 -0
- data/features/fixtures/rails5/app/public/favicon.ico +0 -0
- data/features/fixtures/rails5/app/public/robots.txt +0 -5
- data/features/fixtures/rails5/app/test/controllers/.keep +0 -0
- data/features/fixtures/rails5/app/test/fixtures/.keep +0 -0
- data/features/fixtures/rails5/app/test/fixtures/files/.keep +0 -0
- data/features/fixtures/rails5/app/test/helpers/.keep +0 -0
- data/features/fixtures/rails5/app/test/integration/.keep +0 -0
- data/features/fixtures/rails5/app/test/mailers/.keep +0 -0
- data/features/fixtures/rails5/app/test/models/.keep +0 -0
- data/features/fixtures/rails5/app/test/test_helper.rb +0 -10
- data/features/fixtures/rails5/app/tmp/.keep +0 -0
- data/features/fixtures/rails6/.dockerignore +0 -1
- data/features/fixtures/rails6/Dockerfile +0 -26
- data/features/fixtures/rails6/app/.browserslistrc +0 -1
- data/features/fixtures/rails6/app/.gitignore +0 -35
- data/features/fixtures/rails6/app/.ruby-version +0 -1
- data/features/fixtures/rails6/app/Gemfile +0 -58
- data/features/fixtures/rails6/app/README.md +0 -24
- data/features/fixtures/rails6/app/Rakefile +0 -6
- data/features/fixtures/rails6/app/app/assets/config/manifest.js +0 -2
- data/features/fixtures/rails6/app/app/assets/images/.keep +0 -0
- data/features/fixtures/rails6/app/app/assets/stylesheets/application.css +0 -15
- data/features/fixtures/rails6/app/app/channels/application_cable/channel.rb +0 -4
- data/features/fixtures/rails6/app/app/channels/application_cable/connection.rb +0 -4
- data/features/fixtures/rails6/app/app/controllers/api_key_controller.rb +0 -16
- data/features/fixtures/rails6/app/app/controllers/app_type_controller.rb +0 -16
- data/features/fixtures/rails6/app/app/controllers/app_version_controller.rb +0 -21
- data/features/fixtures/rails6/app/app/controllers/application_controller.rb +0 -7
- data/features/fixtures/rails6/app/app/controllers/auto_notify_controller.rb +0 -27
- data/features/fixtures/rails6/app/app/controllers/before_notify_controller.rb +0 -40
- data/features/fixtures/rails6/app/app/controllers/breadcrumbs_controller.rb +0 -24
- data/features/fixtures/rails6/app/app/controllers/clearance_controller.rb +0 -33
- data/features/fixtures/rails6/app/app/controllers/concerns/.keep +0 -0
- data/features/fixtures/rails6/app/app/controllers/handled_controller.rb +0 -22
- data/features/fixtures/rails6/app/app/controllers/ignore_classes_controller.rb +0 -19
- data/features/fixtures/rails6/app/app/controllers/metadata_filters_controller.rb +0 -12
- data/features/fixtures/rails6/app/app/controllers/mongo_controller.rb +0 -22
- data/features/fixtures/rails6/app/app/controllers/project_root_controller.rb +0 -21
- data/features/fixtures/rails6/app/app/controllers/release_stage_controller.rb +0 -16
- data/features/fixtures/rails6/app/app/controllers/send_code_controller.rb +0 -16
- data/features/fixtures/rails6/app/app/controllers/send_environment_controller.rb +0 -8
- data/features/fixtures/rails6/app/app/controllers/session_tracking_controller.rb +0 -20
- data/features/fixtures/rails6/app/app/controllers/unhandled_controller.rb +0 -7
- data/features/fixtures/rails6/app/app/helpers/application_helper.rb +0 -2
- data/features/fixtures/rails6/app/app/javascript/channels/consumer.js +0 -6
- data/features/fixtures/rails6/app/app/javascript/channels/index.js +0 -5
- data/features/fixtures/rails6/app/app/javascript/packs/application.js +0 -9
- data/features/fixtures/rails6/app/app/jobs/application_job.rb +0 -7
- data/features/fixtures/rails6/app/app/jobs/notify_job.rb +0 -5
- data/features/fixtures/rails6/app/app/mailers/application_mailer.rb +0 -4
- data/features/fixtures/rails6/app/app/models/application_record.rb +0 -3
- data/features/fixtures/rails6/app/app/models/concerns/.keep +0 -0
- data/features/fixtures/rails6/app/app/models/mongo_model.rb +0 -6
- data/features/fixtures/rails6/app/app/models/user.rb +0 -3
- data/features/fixtures/rails6/app/app/views/layouts/application.html.erb +0 -15
- data/features/fixtures/rails6/app/app/views/layouts/mailer.html.erb +0 -13
- data/features/fixtures/rails6/app/app/views/layouts/mailer.text.erb +0 -1
- data/features/fixtures/rails6/app/babel.config.js +0 -70
- data/features/fixtures/rails6/app/config.ru +0 -5
- data/features/fixtures/rails6/app/config/application.rb +0 -19
- data/features/fixtures/rails6/app/config/boot.rb +0 -4
- data/features/fixtures/rails6/app/config/cable.yml +0 -13
- data/features/fixtures/rails6/app/config/credentials.yml.enc +0 -1
- data/features/fixtures/rails6/app/config/database.yml +0 -29
- data/features/fixtures/rails6/app/config/environment.rb +0 -5
- data/features/fixtures/rails6/app/config/environments/development.rb +0 -64
- data/features/fixtures/rails6/app/config/environments/production.rb +0 -113
- data/features/fixtures/rails6/app/config/environments/rails_env.rb +0 -56
- data/features/fixtures/rails6/app/config/environments/test.rb +0 -48
- data/features/fixtures/rails6/app/config/initializers/application_controller_renderer.rb +0 -8
- data/features/fixtures/rails6/app/config/initializers/assets.rb +0 -14
- data/features/fixtures/rails6/app/config/initializers/backtrace_silencers.rb +0 -7
- data/features/fixtures/rails6/app/config/initializers/bugsnag.rb +0 -21
- data/features/fixtures/rails6/app/config/initializers/content_security_policy.rb +0 -27
- data/features/fixtures/rails6/app/config/initializers/cookies_serializer.rb +0 -5
- data/features/fixtures/rails6/app/config/initializers/filter_parameter_logging.rb +0 -5
- data/features/fixtures/rails6/app/config/initializers/inflections.rb +0 -16
- data/features/fixtures/rails6/app/config/initializers/mime_types.rb +0 -4
- data/features/fixtures/rails6/app/config/initializers/wrap_parameters.rb +0 -14
- data/features/fixtures/rails6/app/config/locales/en.yml +0 -33
- data/features/fixtures/rails6/app/config/mongoid.yml +0 -23
- data/features/fixtures/rails6/app/config/puma.rb +0 -35
- data/features/fixtures/rails6/app/config/routes.rb +0 -62
- data/features/fixtures/rails6/app/config/secrets.yml +0 -25
- data/features/fixtures/rails6/app/config/spring.rb +0 -6
- data/features/fixtures/rails6/app/config/storage.yml +0 -34
- data/features/fixtures/rails6/app/config/webpack/development.js +0 -5
- data/features/fixtures/rails6/app/config/webpack/environment.js +0 -3
- data/features/fixtures/rails6/app/config/webpack/production.js +0 -5
- data/features/fixtures/rails6/app/config/webpack/rails_env.js +0 -5
- data/features/fixtures/rails6/app/config/webpack/test.js +0 -5
- data/features/fixtures/rails6/app/config/webpacker.yml +0 -121
- data/features/fixtures/rails6/app/db/migrate/20180426095545_create_users.rb +0 -17
- data/features/fixtures/rails6/app/db/schema.rb +0 -29
- data/features/fixtures/rails6/app/db/seeds.rb +0 -7
- data/features/fixtures/rails6/app/lib/assets/.keep +0 -0
- data/features/fixtures/rails6/app/lib/tasks/.keep +0 -0
- data/features/fixtures/rails6/app/log/.keep +0 -0
- data/features/fixtures/rails6/app/package.json +0 -15
- data/features/fixtures/rails6/app/postcss.config.js +0 -12
- data/features/fixtures/rails6/app/public/404.html +0 -67
- data/features/fixtures/rails6/app/public/422.html +0 -67
- data/features/fixtures/rails6/app/public/500.html +0 -66
- data/features/fixtures/rails6/app/public/apple-touch-icon-precomposed.png +0 -0
- data/features/fixtures/rails6/app/public/apple-touch-icon.png +0 -0
- data/features/fixtures/rails6/app/public/favicon.ico +0 -0
- data/features/fixtures/rails6/app/public/robots.txt +0 -1
- data/features/fixtures/rails6/app/storage/.keep +0 -0
- data/features/fixtures/rails6/app/test/application_system_test_case.rb +0 -5
- data/features/fixtures/rails6/app/test/channels/application_cable/connection_test.rb +0 -11
- data/features/fixtures/rails6/app/test/controllers/.keep +0 -0
- data/features/fixtures/rails6/app/test/fixtures/.keep +0 -0
- data/features/fixtures/rails6/app/test/fixtures/files/.keep +0 -0
- data/features/fixtures/rails6/app/test/helpers/.keep +0 -0
- data/features/fixtures/rails6/app/test/integration/.keep +0 -0
- data/features/fixtures/rails6/app/test/mailers/.keep +0 -0
- data/features/fixtures/rails6/app/test/models/.keep +0 -0
- data/features/fixtures/rails6/app/test/system/.keep +0 -0
- data/features/fixtures/rails6/app/test/test_helper.rb +0 -13
- data/features/fixtures/rails6/app/tmp/.keep +0 -0
- data/features/fixtures/rails6/app/yarn.lock +0 -6082
- data/features/fixtures/resque/.dockerignore +0 -1
- data/features/fixtures/resque/Dockerfile +0 -14
- data/features/fixtures/resque/Gemfile +0 -6
- data/features/fixtures/resque/Rakefile +0 -4
- data/features/fixtures/resque/app.rb +0 -12
- data/features/fixtures/sidekiq/.dockerignore +0 -2
- data/features/fixtures/sidekiq/Dockerfile +0 -17
- data/features/fixtures/sidekiq/app/Gemfile +0 -7
- data/features/fixtures/sidekiq/app/Rakefile.rb +0 -14
- data/features/fixtures/sidekiq/app/app.rb +0 -35
- data/features/fixtures/sidekiq/app/initializers/HandledError.rb +0 -3
- data/features/fixtures/sidekiq/app/initializers/UnhandledError.rb +0 -3
- data/features/fixtures/sidekiq/payloads/handled_metadata_ca_false.json +0 -11
- data/features/fixtures/sidekiq/payloads/handled_metadata_ca_true.json +0 -12
- data/features/fixtures/sidekiq/payloads/unhandled_metadata_ca_false.json +0 -11
- data/features/fixtures/sidekiq/payloads/unhandled_metadata_ca_true.json +0 -12
- data/features/fixtures/sinatra1/.dockerignore +0 -1
- data/features/fixtures/sinatra1/Dockerfile +0 -13
- data/features/fixtures/sinatra1/Gemfile +0 -4
- data/features/fixtures/sinatra1/app.rb +0 -9
- data/features/fixtures/sinatra2/.dockerignore +0 -1
- data/features/fixtures/sinatra2/Dockerfile +0 -13
- data/features/fixtures/sinatra2/Gemfile +0 -4
- data/features/fixtures/sinatra2/app.rb +0 -9
- data/features/plain_features/add_tab.feature +0 -49
- data/features/plain_features/app_type.feature +0 -8
- data/features/plain_features/app_version.feature +0 -8
- data/features/plain_features/auto_notify.feature +0 -7
- data/features/plain_features/delivery.feature +0 -20
- data/features/plain_features/exception_data.feature +0 -50
- data/features/plain_features/filters.feature +0 -14
- data/features/plain_features/handled_errors.feature +0 -42
- data/features/plain_features/ignore_classes.feature +0 -11
- data/features/plain_features/ignore_report.feature +0 -12
- data/features/plain_features/proxies.feature +0 -25
- data/features/plain_features/release_stages.feature +0 -20
- data/features/plain_features/report_api_key.feature +0 -14
- data/features/plain_features/report_severity.feature +0 -15
- data/features/plain_features/report_stack_frames.feature +0 -49
- data/features/plain_features/report_user.feature +0 -45
- data/features/plain_features/unhandled_errors.feature +0 -33
- data/features/rails_features/api_key.feature +0 -15
- data/features/rails_features/app_type.feature +0 -24
- data/features/rails_features/app_version.feature +0 -26
- data/features/rails_features/auto_capture_sessions.feature +0 -34
- data/features/rails_features/auto_notify.feature +0 -41
- data/features/rails_features/before_notify.feature +0 -44
- data/features/rails_features/breadcrumbs.feature +0 -43
- data/features/rails_features/handled.feature +0 -42
- data/features/rails_features/ignore_classes.feature +0 -14
- data/features/rails_features/meta_data_filters.feature +0 -16
- data/features/rails_features/mongo_breadcrumbs.feature +0 -26
- data/features/rails_features/project_root.feature +0 -35
- data/features/rails_features/release_stage.feature +0 -27
- data/features/rails_features/send_code.feature +0 -18
- data/features/rails_features/send_environment.feature +0 -13
- data/features/rails_features/unhandled.feature +0 -16
- data/features/rails_features/user_info.feature +0 -52
- data/features/sidekiq.feature +0 -30
- data/features/steps/ruby_notifier_steps.rb +0 -75
- data/features/support/env.rb +0 -23
- data/issue_template.md +0 -48
- data/spec/breadcrumbs/breadcrumb_spec.rb +0 -93
- data/spec/breadcrumbs/validator_spec.rb +0 -176
- data/spec/bugsnag_spec.rb +0 -366
- data/spec/cleaner_spec.rb +0 -350
- data/spec/configuration_spec.rb +0 -445
- data/spec/fixtures/apps/rails-initializer-config/Gemfile +0 -9
- data/spec/fixtures/apps/rails-initializer-config/config.ru +0 -16
- data/spec/fixtures/apps/rails-initializer-config/config/initializers/bugsnag.rb +0 -3
- data/spec/fixtures/apps/rails-invalid-initializer-config/Gemfile +0 -9
- data/spec/fixtures/apps/rails-invalid-initializer-config/config.ru +0 -16
- data/spec/fixtures/apps/rails-invalid-initializer-config/config/initializers/bugsnag.rb +0 -3
- data/spec/fixtures/apps/rails-no-config/Gemfile +0 -9
- data/spec/fixtures/apps/rails-no-config/config.ru +0 -16
- data/spec/fixtures/apps/scripts/Gemfile +0 -3
- data/spec/fixtures/apps/scripts/configure_invalid_key.rb +0 -5
- data/spec/fixtures/apps/scripts/configure_key.rb +0 -5
- data/spec/fixtures/apps/scripts/no_config.rb +0 -3
- data/spec/fixtures/crashes/end_of_file.rb +0 -9
- data/spec/fixtures/crashes/short_file.rb +0 -1
- data/spec/fixtures/crashes/start_of_file.rb +0 -9
- data/spec/fixtures/middleware/internal_info_setter.rb +0 -11
- data/spec/fixtures/middleware/public_info_setter.rb +0 -11
- data/spec/fixtures/tasks/Rakefile +0 -26
- data/spec/helper_spec.rb +0 -131
- data/spec/integration_spec.rb +0 -107
- data/spec/integrations/clearance_user_spec.rb +0 -38
- data/spec/integrations/logger_spec.rb +0 -134
- data/spec/integrations/mailman_spec.rb +0 -83
- data/spec/integrations/mongo_spec.rb +0 -262
- data/spec/integrations/que_spec.rb +0 -94
- data/spec/integrations/rack_spec.rb +0 -232
- data/spec/integrations/rails3_request_spec.rb +0 -67
- data/spec/integrations/rake_spec.rb +0 -71
- data/spec/integrations/resque_spec.rb +0 -99
- data/spec/integrations/shoryuken_spec.rb +0 -70
- data/spec/integrations/sidekiq_spec.rb +0 -137
- data/spec/integrations/warden_user_spec.rb +0 -41
- data/spec/middleware/exception_meta_data_spec.rb +0 -104
- data/spec/middleware_spec.rb +0 -254
- data/spec/middleware_stack_spec.rb +0 -151
- data/spec/report_spec.rb +0 -1580
- data/spec/session_tracker_spec.rb +0 -156
- data/spec/spec_helper.rb +0 -91
- data/spec/stacktrace_spec.rb +0 -197
- data/spec/utility/circular_buffer_spec.rb +0 -98
data/spec/cleaner_spec.rb
DELETED
@@ -1,350 +0,0 @@
|
|
1
|
-
# encoding: utf-8
|
2
|
-
|
3
|
-
require 'spec_helper'
|
4
|
-
|
5
|
-
describe Bugsnag::Cleaner do
|
6
|
-
subject { Bugsnag::Cleaner.new(Bugsnag::Configuration.new) }
|
7
|
-
|
8
|
-
describe "#clean_object" do
|
9
|
-
is_jruby = defined?(RUBY_ENGINE) && RUBY_ENGINE == 'jruby'
|
10
|
-
|
11
|
-
it "cleans up recursive hashes" do
|
12
|
-
a = {:a => {}}
|
13
|
-
a[:a][:b] = a
|
14
|
-
expect(subject.clean_object(a)).to eq({:a => {:b => "[RECURSION]"}})
|
15
|
-
end
|
16
|
-
|
17
|
-
it "cleans up hashes when keys infinitely recurse in to_s" do
|
18
|
-
skip "JRuby doesn't allow recovery from SystemStackErrors" if is_jruby
|
19
|
-
|
20
|
-
class RecursiveHashKey
|
21
|
-
def to_s
|
22
|
-
to_s
|
23
|
-
end
|
24
|
-
end
|
25
|
-
|
26
|
-
key = RecursiveHashKey.new
|
27
|
-
|
28
|
-
a = {}
|
29
|
-
a[key] = 1
|
30
|
-
|
31
|
-
expect(subject.clean_object(a)).to eq({ "[RECURSION]" => "[FILTERED]" })
|
32
|
-
end
|
33
|
-
|
34
|
-
it "cleans up hashes when a nested key infinitely recurse in to_s" do
|
35
|
-
skip "JRuby doesn't allow recovery from SystemStackErrors" if is_jruby
|
36
|
-
|
37
|
-
class RecursiveHashKey
|
38
|
-
def to_s
|
39
|
-
to_s
|
40
|
-
end
|
41
|
-
end
|
42
|
-
|
43
|
-
key = RecursiveHashKey.new
|
44
|
-
|
45
|
-
a = {}
|
46
|
-
a[:b] = {}
|
47
|
-
a[:b][key] = 1
|
48
|
-
|
49
|
-
expected = { :b => { "[RECURSION]" => "[FILTERED]" } }
|
50
|
-
|
51
|
-
expect(subject.clean_object(a)).to eq(expected)
|
52
|
-
end
|
53
|
-
|
54
|
-
it "cleans up hashes when keys raise in to_s" do
|
55
|
-
class RaisingHashKey
|
56
|
-
def to_s
|
57
|
-
raise "hey!"
|
58
|
-
end
|
59
|
-
end
|
60
|
-
|
61
|
-
key = RaisingHashKey.new
|
62
|
-
|
63
|
-
a = {}
|
64
|
-
a[key] = 1
|
65
|
-
|
66
|
-
expect(subject.clean_object(a)).to eq({ "[RAISED]" => "[FILTERED]" })
|
67
|
-
end
|
68
|
-
|
69
|
-
it "cleans up hashes when nested keys raise in to_s" do
|
70
|
-
class RaisingHashKey
|
71
|
-
def to_s
|
72
|
-
raise "hey!"
|
73
|
-
end
|
74
|
-
end
|
75
|
-
|
76
|
-
key = RaisingHashKey.new
|
77
|
-
|
78
|
-
a = {}
|
79
|
-
a[:b] = {}
|
80
|
-
a[:b][key] = 1
|
81
|
-
|
82
|
-
expected = { :b => { "[RAISED]" => "[FILTERED]" } }
|
83
|
-
|
84
|
-
expect(subject.clean_object(a)).to eq(expected)
|
85
|
-
end
|
86
|
-
|
87
|
-
it "cleans up recursive arrays" do
|
88
|
-
a = []
|
89
|
-
a << a
|
90
|
-
a << "hello"
|
91
|
-
expect(subject.clean_object(a)).to eq(["[RECURSION]", "hello"])
|
92
|
-
end
|
93
|
-
|
94
|
-
it "doesn't remove nil from arrays" do
|
95
|
-
a = ["b", nil, "c"]
|
96
|
-
expect(subject.clean_object(a)).to eq(["b", nil, "c"])
|
97
|
-
end
|
98
|
-
|
99
|
-
it "allows multiple copies of the same string" do
|
100
|
-
a = {:name => "bugsnag"}
|
101
|
-
a[:second] = a[:name]
|
102
|
-
expect(subject.clean_object(a)).to eq({:name => "bugsnag", :second => "bugsnag"})
|
103
|
-
end
|
104
|
-
|
105
|
-
it "allows multiple copies of the same object" do
|
106
|
-
a = []
|
107
|
-
b = ["hello"]
|
108
|
-
a << b; a << b
|
109
|
-
expect(subject.clean_object(a)).to eq([["hello"], ["hello"]])
|
110
|
-
end
|
111
|
-
|
112
|
-
it "cleans up UTF8 strings properly" do
|
113
|
-
obj = "André"
|
114
|
-
expect(subject.clean_object(obj)).to eq("André")
|
115
|
-
end
|
116
|
-
|
117
|
-
it "cleans custom objects" do
|
118
|
-
class Macaron; end
|
119
|
-
a = Macaron.new
|
120
|
-
expect(subject.clean_object(a)).to eq('[OBJECT]')
|
121
|
-
end
|
122
|
-
|
123
|
-
it "cleans custom objects when they infinitely recurse" do
|
124
|
-
skip "JRuby doesn't allow recovery from SystemStackErrors" if is_jruby
|
125
|
-
|
126
|
-
class RecursiveObject
|
127
|
-
def to_s
|
128
|
-
to_s
|
129
|
-
end
|
130
|
-
end
|
131
|
-
|
132
|
-
object = RecursiveObject.new
|
133
|
-
|
134
|
-
expect(subject.clean_object(object)).to eq("[RECURSION]")
|
135
|
-
end
|
136
|
-
|
137
|
-
it "cleans custom objects to show the id of the object if object responds to id method" do
|
138
|
-
class MacaronWithId
|
139
|
-
def id
|
140
|
-
10
|
141
|
-
end
|
142
|
-
end
|
143
|
-
|
144
|
-
a = MacaronWithId.new
|
145
|
-
expect(subject.clean_object(a)).to eq("[OBJECT]: [Class]: #{a.class.name} [ID]: #{a.id}")
|
146
|
-
end
|
147
|
-
|
148
|
-
it "cleans up binary strings properly" do
|
149
|
-
if RUBY_VERSION > "1.9"
|
150
|
-
obj = "Andr\xc7\xff"
|
151
|
-
if obj.respond_to? :force_encoding
|
152
|
-
obj = obj.force_encoding('BINARY')
|
153
|
-
end
|
154
|
-
expect(subject.clean_object(obj)).to eq("Andr��")
|
155
|
-
end
|
156
|
-
end
|
157
|
-
|
158
|
-
it "cleans up strings returned from #to_s properly" do
|
159
|
-
if RUBY_VERSION > "1.9"
|
160
|
-
str = "Andr\xc7\xff"
|
161
|
-
if str.respond_to? :force_encoding
|
162
|
-
str = str.force_encoding('BINARY')
|
163
|
-
end
|
164
|
-
obj = RuntimeError.new(str)
|
165
|
-
expect(subject.clean_object(obj)).to eq("Andr��")
|
166
|
-
end
|
167
|
-
end
|
168
|
-
|
169
|
-
it "filters by string inclusion" do
|
170
|
-
object = { events: { metaData: { foo: 'bar' } } }
|
171
|
-
|
172
|
-
configuration = Bugsnag::Configuration.new
|
173
|
-
configuration.meta_data_filters = ['f']
|
174
|
-
|
175
|
-
cleaner = Bugsnag::Cleaner.new(configuration)
|
176
|
-
expect(cleaner.clean_object(object)).to eq({ events: { metaData: { foo: '[FILTERED]' } } })
|
177
|
-
|
178
|
-
configuration = Bugsnag::Configuration.new
|
179
|
-
configuration.meta_data_filters = ['b']
|
180
|
-
|
181
|
-
cleaner = Bugsnag::Cleaner.new(configuration)
|
182
|
-
expect(cleaner.clean_object(object)).to eq({ events: { metaData: { foo: 'bar' } } })
|
183
|
-
end
|
184
|
-
|
185
|
-
it "filters by regular expression" do
|
186
|
-
object = { events: { metaData: { foo: 'bar' } } }
|
187
|
-
|
188
|
-
configuration = Bugsnag::Configuration.new
|
189
|
-
configuration.meta_data_filters = [/fb?/]
|
190
|
-
|
191
|
-
cleaner = Bugsnag::Cleaner.new(configuration)
|
192
|
-
expect(cleaner.clean_object(object)).to eq({ events: { metaData: { foo: '[FILTERED]' } } })
|
193
|
-
|
194
|
-
configuration = Bugsnag::Configuration.new
|
195
|
-
configuration.meta_data_filters = [/fb+/]
|
196
|
-
|
197
|
-
cleaner = Bugsnag::Cleaner.new(configuration)
|
198
|
-
expect(cleaner.clean_object(object)).to eq({ events: { metaData: { foo: 'bar' } } })
|
199
|
-
end
|
200
|
-
|
201
|
-
it "filters deeply nested keys" do
|
202
|
-
configuration = Bugsnag::Configuration.new
|
203
|
-
configuration.meta_data_filters = [/^foo\.bar/]
|
204
|
-
|
205
|
-
cleaner = Bugsnag::Cleaner.new(configuration)
|
206
|
-
|
207
|
-
params = { events: { metaData: { foo: { bar: 'baz' } } } }
|
208
|
-
expect(cleaner.clean_object(params)).to eq({ events: { metaData: { foo: { bar: '[FILTERED]' } } } })
|
209
|
-
end
|
210
|
-
|
211
|
-
it "filters deeply nested request parameters" do
|
212
|
-
configuration = Bugsnag::Configuration.new
|
213
|
-
configuration.meta_data_filters = [/^foo\.bar/]
|
214
|
-
|
215
|
-
cleaner = Bugsnag::Cleaner.new(configuration)
|
216
|
-
|
217
|
-
params = { events: { metaData: { request: { params: { foo: { bar: 'baz' } } } } } }
|
218
|
-
expect(cleaner.clean_object(params)).to eq({ events: { metaData: { request: { params: { foo: { bar: '[FILTERED]' } } } } } })
|
219
|
-
end
|
220
|
-
|
221
|
-
it "doesn't filter by string inclusion when the scope is not in 'scopes_to_filter'" do
|
222
|
-
object = { foo: 'bar' }
|
223
|
-
|
224
|
-
configuration = Bugsnag::Configuration.new
|
225
|
-
configuration.meta_data_filters = ['f']
|
226
|
-
|
227
|
-
cleaner = Bugsnag::Cleaner.new(configuration)
|
228
|
-
|
229
|
-
expect(cleaner.clean_object(object)).to eq({ foo: 'bar' })
|
230
|
-
|
231
|
-
configuration = Bugsnag::Configuration.new
|
232
|
-
configuration.meta_data_filters = ['b']
|
233
|
-
|
234
|
-
cleaner = Bugsnag::Cleaner.new(configuration)
|
235
|
-
|
236
|
-
expect(cleaner.clean_object(object)).to eq({ foo: 'bar' })
|
237
|
-
end
|
238
|
-
|
239
|
-
it "doesn't filter by regular expression when the scope is not in 'scopes_to_filter'" do
|
240
|
-
object = { foo: 'bar' }
|
241
|
-
|
242
|
-
configuration = Bugsnag::Configuration.new
|
243
|
-
configuration.meta_data_filters = [/fb?/]
|
244
|
-
|
245
|
-
cleaner = Bugsnag::Cleaner.new(configuration)
|
246
|
-
|
247
|
-
expect(cleaner.clean_object(object)).to eq({ foo: 'bar' })
|
248
|
-
|
249
|
-
configuration = Bugsnag::Configuration.new
|
250
|
-
configuration.meta_data_filters = [/fb+/]
|
251
|
-
|
252
|
-
cleaner = Bugsnag::Cleaner.new(configuration)
|
253
|
-
|
254
|
-
expect(cleaner.clean_object(object)).to eq({ foo: 'bar' })
|
255
|
-
end
|
256
|
-
|
257
|
-
it "doesn't filter deeply nested keys when the scope is not in 'scopes_to_filter'" do
|
258
|
-
params = { foo: { bar: 'baz' } }
|
259
|
-
|
260
|
-
configuration = Bugsnag::Configuration.new
|
261
|
-
configuration.meta_data_filters = [/^foo\.bar/]
|
262
|
-
|
263
|
-
cleaner = Bugsnag::Cleaner.new(configuration)
|
264
|
-
|
265
|
-
expect(cleaner.clean_object(params)).to eq({ foo: { bar: 'baz' } })
|
266
|
-
end
|
267
|
-
|
268
|
-
it "doesn't filter deeply nested request parameters when the scope is not in 'scopes_to_filter'" do
|
269
|
-
params = { request: { params: { foo: { bar: 'baz' } } } }
|
270
|
-
|
271
|
-
configuration = Bugsnag::Configuration.new
|
272
|
-
configuration.meta_data_filters = [/^foo\.bar/]
|
273
|
-
|
274
|
-
cleaner = Bugsnag::Cleaner.new(configuration)
|
275
|
-
|
276
|
-
expect(cleaner.clean_object(params)).to eq({ request: { params: { foo: { bar: 'baz' } } } })
|
277
|
-
end
|
278
|
-
|
279
|
-
it "filters objects which can't be stringified" do
|
280
|
-
class StringRaiser
|
281
|
-
def to_s
|
282
|
-
raise 'Oh no you do not!'
|
283
|
-
end
|
284
|
-
end
|
285
|
-
expect(subject.clean_object({ :foo => StringRaiser.new })).to eq({ :foo => '[RAISED]' })
|
286
|
-
end
|
287
|
-
end
|
288
|
-
|
289
|
-
describe "#clean_url" do
|
290
|
-
let(:filters) { [] }
|
291
|
-
|
292
|
-
subject do
|
293
|
-
configuration = Bugsnag::Configuration.new
|
294
|
-
configuration.meta_data_filters = filters
|
295
|
-
described_class.new(configuration).clean_url(url)
|
296
|
-
end
|
297
|
-
|
298
|
-
context "with no filters configured" do
|
299
|
-
let(:url) { "/dir/page?param1=value1¶m2=value2" }
|
300
|
-
it { should eq "/dir/page?param1=value1¶m2=value2" }
|
301
|
-
end
|
302
|
-
|
303
|
-
context "with no get params" do
|
304
|
-
let(:url) { "/dir/page" }
|
305
|
-
it { should eq "/dir/page" }
|
306
|
-
end
|
307
|
-
|
308
|
-
context "with no matching parameters" do
|
309
|
-
let(:filters) { ["param3"] }
|
310
|
-
let(:url) { "/dir/page?param1=value1¶m2=value2" }
|
311
|
-
it { should eq "/dir/page?param1=value1¶m2=value2" }
|
312
|
-
end
|
313
|
-
|
314
|
-
context "with a single matching parameter" do
|
315
|
-
let(:filters) { ["param1"] }
|
316
|
-
let(:url) { "/dir/page?param1=value1¶m2=value2" }
|
317
|
-
it { should eq "/dir/page?param1=[FILTERED]¶m2=value2" }
|
318
|
-
end
|
319
|
-
|
320
|
-
context "with partially matching parameters" do
|
321
|
-
let(:filters) { ["param"] }
|
322
|
-
let(:url) { "/dir/page?param1=value1¶m2=value2&bla=yes" }
|
323
|
-
it { should eq "/dir/page?param1=[FILTERED]¶m2=[FILTERED]&bla=yes" }
|
324
|
-
end
|
325
|
-
|
326
|
-
context "with multiple matching filters" do
|
327
|
-
let(:filters) { ["param1", "param2"] }
|
328
|
-
let(:url) { "/dir/page?param1=value1¶m2=value2¶m3=value3" }
|
329
|
-
it { should eq "/dir/page?param1=[FILTERED]¶m2=[FILTERED]¶m3=value3" }
|
330
|
-
end
|
331
|
-
|
332
|
-
context "with both string and regexp filters" do
|
333
|
-
let(:filters) { ["param1", /param2/] }
|
334
|
-
let(:url) { "/dir/page?param1=value1¶m2=value2¶m3=value3" }
|
335
|
-
it { should eq "/dir/page?param1=[FILTERED]¶m2=[FILTERED]¶m3=value3" }
|
336
|
-
end
|
337
|
-
|
338
|
-
context "with matching regexp filters" do
|
339
|
-
let(:filters) { [/\Aaccess_token\z/] }
|
340
|
-
let(:url) { "https://host.example/sessions?access_token=abc123" }
|
341
|
-
it { should eq "https://host.example/sessions?access_token=[FILTERED]" }
|
342
|
-
end
|
343
|
-
|
344
|
-
context "with partially-matching regexp filters" do
|
345
|
-
let(:filters) { [/token/] }
|
346
|
-
let(:url) { "https://host.example/sessions?access_token=abc123" }
|
347
|
-
it { should eq "https://host.example/sessions?access_token=[FILTERED]" }
|
348
|
-
end
|
349
|
-
end
|
350
|
-
end
|
data/spec/configuration_spec.rb
DELETED
@@ -1,445 +0,0 @@
|
|
1
|
-
# encoding: utf-8
|
2
|
-
require 'spec_helper'
|
3
|
-
|
4
|
-
describe Bugsnag::Configuration do
|
5
|
-
describe "delivery_method" do
|
6
|
-
it "should have the default delivery method" do
|
7
|
-
expect(subject.delivery_method).to eq(:thread_queue)
|
8
|
-
end
|
9
|
-
|
10
|
-
it "should have the defined delivery_method" do
|
11
|
-
subject.delivery_method = :test
|
12
|
-
expect(subject.delivery_method).to eq(:test)
|
13
|
-
end
|
14
|
-
|
15
|
-
it "should allow a new default delivery_method to be set" do
|
16
|
-
subject.default_delivery_method = :test
|
17
|
-
expect(subject.delivery_method).to eq(:test)
|
18
|
-
end
|
19
|
-
|
20
|
-
it "should allow the delivery_method to be set over a default" do
|
21
|
-
subject.default_delivery_method = :test
|
22
|
-
subject.delivery_method = :wow
|
23
|
-
expect(subject.delivery_method).to eq(:wow)
|
24
|
-
end
|
25
|
-
end
|
26
|
-
|
27
|
-
describe "#notify_endpoint" do
|
28
|
-
it "defaults to DEFAULT_NOTIFY_ENDPOINT" do
|
29
|
-
expect(subject.notify_endpoint).to eq(Bugsnag::Configuration::DEFAULT_NOTIFY_ENDPOINT)
|
30
|
-
end
|
31
|
-
|
32
|
-
it "is readonly" do
|
33
|
-
expect{ subject.notify_endpoint = "My Custom Url" }.to raise_error(NoMethodError)
|
34
|
-
end
|
35
|
-
|
36
|
-
it "is the same as endpoint" do
|
37
|
-
expect(subject.notify_endpoint).to equal(subject.endpoint)
|
38
|
-
end
|
39
|
-
end
|
40
|
-
|
41
|
-
describe "#session_endpoint" do
|
42
|
-
it "defaults to DEFAULT_SESSION_ENDPOINT" do
|
43
|
-
expect(subject.session_endpoint).to eq(Bugsnag::Configuration::DEFAULT_SESSION_ENDPOINT)
|
44
|
-
end
|
45
|
-
end
|
46
|
-
|
47
|
-
describe "#auto_capture_sessions" do
|
48
|
-
it "defaults to true" do
|
49
|
-
expect(subject.auto_capture_sessions).to eq(true)
|
50
|
-
end
|
51
|
-
end
|
52
|
-
|
53
|
-
describe "#enable_sessions" do
|
54
|
-
it "defaults to true" do
|
55
|
-
expect(subject.enable_sessions).to eq(true)
|
56
|
-
end
|
57
|
-
|
58
|
-
it "is readonly" do
|
59
|
-
expect{ subject.enable_sessions = true }.to raise_error(NoMethodError)
|
60
|
-
end
|
61
|
-
end
|
62
|
-
|
63
|
-
describe "#endpoint=" do
|
64
|
-
let(:custom_notify_endpoint) { "My custom notify endpoint" }
|
65
|
-
let(:session_endpoint) { "My session endpoint" }
|
66
|
-
it "calls #warn with a deprecation notice" do
|
67
|
-
allow(subject).to receive(:set_endpoints)
|
68
|
-
expect(subject).to receive(:warn).with("The 'endpoint' configuration option is deprecated. The 'set_endpoints' method should be used instead")
|
69
|
-
subject.endpoint = custom_notify_endpoint
|
70
|
-
end
|
71
|
-
|
72
|
-
it "calls #set_endpoints with the new notify_endpoint and existing session endpoint" do
|
73
|
-
allow(subject).to receive(:session_endpoint).and_return(session_endpoint)
|
74
|
-
allow(subject).to receive(:warn)
|
75
|
-
expect(subject).to receive(:set_endpoints).with(custom_notify_endpoint, session_endpoint)
|
76
|
-
subject.endpoint = custom_notify_endpoint
|
77
|
-
end
|
78
|
-
end
|
79
|
-
|
80
|
-
describe "#session_endpoint=" do
|
81
|
-
let(:notify_endpoint) { "My notify endpoint" }
|
82
|
-
let(:custom_session_endpoint) { "My custom session endpoint" }
|
83
|
-
it "calls #warn with a deprecation notice" do
|
84
|
-
allow(subject).to receive(:set_endpoints)
|
85
|
-
expect(subject).to receive(:warn).with("The 'session_endpoint' configuration option is deprecated. The 'set_endpoints' method should be used instead")
|
86
|
-
subject.session_endpoint = custom_session_endpoint
|
87
|
-
end
|
88
|
-
|
89
|
-
it "calls #set_endpoints with the existing notify_endpoint and new session endpoint" do
|
90
|
-
allow(subject).to receive(:notify_endpoint).and_return(notify_endpoint)
|
91
|
-
allow(subject).to receive(:warn)
|
92
|
-
expect(subject).to receive(:set_endpoints).with(notify_endpoint, custom_session_endpoint)
|
93
|
-
subject.session_endpoint = custom_session_endpoint
|
94
|
-
end
|
95
|
-
end
|
96
|
-
|
97
|
-
describe "#set_endpoints" do
|
98
|
-
let(:custom_notify_endpoint) { "My custom notify endpoint" }
|
99
|
-
let(:custom_session_endpoint) { "My custom session endpoint" }
|
100
|
-
it "set notify_endpoint and session_endpoint" do
|
101
|
-
subject.set_endpoints(custom_notify_endpoint, custom_session_endpoint)
|
102
|
-
expect(subject.notify_endpoint).to eq(custom_notify_endpoint)
|
103
|
-
expect(subject.session_endpoint).to eq(custom_session_endpoint)
|
104
|
-
end
|
105
|
-
end
|
106
|
-
|
107
|
-
describe "#disable_sessions" do
|
108
|
-
it "sets #send_session and #auto_capture_sessions to false" do
|
109
|
-
subject.disable_sessions
|
110
|
-
expect(subject.auto_capture_sessions).to be false
|
111
|
-
expect(subject.enable_sessions).to be false
|
112
|
-
end
|
113
|
-
end
|
114
|
-
|
115
|
-
describe "set_proxy" do
|
116
|
-
it "defaults proxy settings to nil" do
|
117
|
-
expect(subject.proxy_host).to be nil
|
118
|
-
expect(subject.proxy_port).to be nil
|
119
|
-
expect(subject.proxy_user).to be nil
|
120
|
-
expect(subject.proxy_password).to be nil
|
121
|
-
end
|
122
|
-
|
123
|
-
it "allows proxy settings to be set directly" do
|
124
|
-
subject.proxy_host = "http://localhost"
|
125
|
-
subject.proxy_port = 34000
|
126
|
-
subject.proxy_user = "user"
|
127
|
-
subject.proxy_password = "password"
|
128
|
-
expect(subject.proxy_host).to eq("http://localhost")
|
129
|
-
expect(subject.proxy_port).to eq(34000)
|
130
|
-
expect(subject.proxy_user).to eq("user")
|
131
|
-
expect(subject.proxy_password).to eq("password")
|
132
|
-
end
|
133
|
-
|
134
|
-
it "parses a uri if provided" do
|
135
|
-
subject.parse_proxy("http://user:password@localhost:34000")
|
136
|
-
expect(subject.proxy_host).to eq("localhost")
|
137
|
-
expect(subject.proxy_port).to eq(34000)
|
138
|
-
expect(subject.proxy_user).to eq("user")
|
139
|
-
expect(subject.proxy_password).to eq("password")
|
140
|
-
end
|
141
|
-
|
142
|
-
it "automatically parses http_proxy environment variable" do
|
143
|
-
ENV['http_proxy'] = "http://user:password@localhost:34000"
|
144
|
-
expect(subject.proxy_host).to eq("localhost")
|
145
|
-
expect(subject.proxy_port).to eq(34000)
|
146
|
-
expect(subject.proxy_user).to eq("user")
|
147
|
-
expect(subject.proxy_password).to eq("password")
|
148
|
-
end
|
149
|
-
|
150
|
-
it "automatically parses https_proxy environment variable" do
|
151
|
-
ENV['https_proxy'] = "https://user:password@localhost:34000"
|
152
|
-
expect(subject.proxy_host).to eq("localhost")
|
153
|
-
expect(subject.proxy_port).to eq(34000)
|
154
|
-
expect(subject.proxy_user).to eq("user")
|
155
|
-
expect(subject.proxy_password).to eq("password")
|
156
|
-
end
|
157
|
-
|
158
|
-
after do
|
159
|
-
ENV['http_proxy'] = nil
|
160
|
-
ENV['https_proxy'] = nil
|
161
|
-
end
|
162
|
-
end
|
163
|
-
|
164
|
-
describe "#hostname" do
|
165
|
-
it "has a default value" do
|
166
|
-
expect(subject.hostname.length).to be > 0
|
167
|
-
end
|
168
|
-
|
169
|
-
it "has a value set by Socket" do
|
170
|
-
expect(subject.hostname).to eq(Socket.gethostname)
|
171
|
-
end
|
172
|
-
|
173
|
-
it "has a value set by DYNO environment variable" do
|
174
|
-
ENV['DYNO'] = 'localhost'
|
175
|
-
expect(subject.hostname).to eq("localhost")
|
176
|
-
end
|
177
|
-
|
178
|
-
after do
|
179
|
-
ENV['DYNO'] = nil
|
180
|
-
end
|
181
|
-
end
|
182
|
-
|
183
|
-
describe "#runtime_versions" do
|
184
|
-
it "has a default value" do
|
185
|
-
expect(subject.runtime_versions.length).to be > 0
|
186
|
-
expect(subject.runtime_versions["ruby"]).to eq(RUBY_VERSION)
|
187
|
-
end
|
188
|
-
|
189
|
-
it "has a settable value" do
|
190
|
-
subject.runtime_versions["ruby"] = '9.9.9'
|
191
|
-
expect(subject.runtime_versions["ruby"]).to eq('9.9.9')
|
192
|
-
end
|
193
|
-
end
|
194
|
-
|
195
|
-
describe "logger" do
|
196
|
-
class TestLogger
|
197
|
-
attr_accessor :logs
|
198
|
-
|
199
|
-
def initialize
|
200
|
-
@logs = []
|
201
|
-
end
|
202
|
-
|
203
|
-
def log(level, name, &block)
|
204
|
-
message = block.call
|
205
|
-
@logs << {
|
206
|
-
:level => level,
|
207
|
-
:name => name,
|
208
|
-
:message => message
|
209
|
-
}
|
210
|
-
end
|
211
|
-
|
212
|
-
def info(name, &block)
|
213
|
-
log('info', name, &block)
|
214
|
-
end
|
215
|
-
|
216
|
-
def warn(name, &block)
|
217
|
-
log('warning', name, &block)
|
218
|
-
end
|
219
|
-
|
220
|
-
def debug(name, &block)
|
221
|
-
log('debug', name, &block)
|
222
|
-
end
|
223
|
-
end
|
224
|
-
|
225
|
-
before do
|
226
|
-
@logger = TestLogger.new
|
227
|
-
Bugsnag.configure do |bugsnag|
|
228
|
-
bugsnag.logger = @logger
|
229
|
-
end
|
230
|
-
end
|
231
|
-
|
232
|
-
context "using configure" do
|
233
|
-
before do
|
234
|
-
Bugsnag.configuration.api_key = nil
|
235
|
-
Bugsnag.instance_variable_set("@key_warning", nil)
|
236
|
-
ENV['BUGSNAG_API_KEY'] = nil
|
237
|
-
expect(@logger.logs.size).to eq(0)
|
238
|
-
end
|
239
|
-
|
240
|
-
context "API key is not specified" do
|
241
|
-
it "skips logging a warning if validate_api_key is false" do
|
242
|
-
Bugsnag.configure(false)
|
243
|
-
expect(@logger.logs.size).to eq(0)
|
244
|
-
end
|
245
|
-
|
246
|
-
it "logs a warning by default" do
|
247
|
-
Bugsnag.configure
|
248
|
-
expect(@logger.logs.size).to eq(1)
|
249
|
-
log = @logger.logs.first
|
250
|
-
expect(log).to eq({
|
251
|
-
:level => "warning",
|
252
|
-
:name => "[Bugsnag]",
|
253
|
-
:message => "No valid API key has been set, notifications will not be sent"
|
254
|
-
})
|
255
|
-
end
|
256
|
-
|
257
|
-
it "logs a warning if validate_api_key is true" do
|
258
|
-
Bugsnag.configure(true)
|
259
|
-
expect(@logger.logs.size).to eq(1)
|
260
|
-
log = @logger.logs.first
|
261
|
-
expect(log).to eq({
|
262
|
-
:level => "warning",
|
263
|
-
:name => "[Bugsnag]",
|
264
|
-
:message => "No valid API key has been set, notifications will not be sent"
|
265
|
-
})
|
266
|
-
end
|
267
|
-
end
|
268
|
-
|
269
|
-
context "API key is set" do
|
270
|
-
it "skips logging a warning when configuring with an API key" do
|
271
|
-
Bugsnag.configure do |config|
|
272
|
-
config.api_key = 'd57a2472bd130ac0ab0f52715bbdc600'
|
273
|
-
end
|
274
|
-
expect(@logger.logs.size).to eq(0)
|
275
|
-
end
|
276
|
-
|
277
|
-
it "logs a warning if the configured API key is invalid" do
|
278
|
-
Bugsnag.configure do |config|
|
279
|
-
config.api_key = 'WARNING: not a real key'
|
280
|
-
end
|
281
|
-
expect(@logger.logs.size).to eq(1)
|
282
|
-
log = @logger.logs.first
|
283
|
-
expect(log).to eq({
|
284
|
-
:level => "warning",
|
285
|
-
:name => "[Bugsnag]",
|
286
|
-
:message => "No valid API key has been set, notifications will not be sent"
|
287
|
-
})
|
288
|
-
end
|
289
|
-
end
|
290
|
-
end
|
291
|
-
|
292
|
-
it "should log info messages to the set logger" do
|
293
|
-
expect(@logger.logs.size).to eq(0)
|
294
|
-
Bugsnag.configuration.info("Info message")
|
295
|
-
expect(@logger.logs.size).to eq(1)
|
296
|
-
log = @logger.logs.first
|
297
|
-
expect(log).to eq({
|
298
|
-
:level => "info",
|
299
|
-
:name => "[Bugsnag]",
|
300
|
-
:message => "Info message"
|
301
|
-
})
|
302
|
-
end
|
303
|
-
|
304
|
-
it "should log warning messages to the set logger" do
|
305
|
-
expect(@logger.logs.size).to eq(0)
|
306
|
-
Bugsnag.configuration.warn("Warning message")
|
307
|
-
expect(@logger.logs.size).to eq(1)
|
308
|
-
log = @logger.logs.first
|
309
|
-
expect(log).to eq({
|
310
|
-
:level => "warning",
|
311
|
-
:name => "[Bugsnag]",
|
312
|
-
:message => "Warning message"
|
313
|
-
})
|
314
|
-
end
|
315
|
-
|
316
|
-
it "should log debug messages to the set logger" do
|
317
|
-
expect(@logger.logs.size).to eq(0)
|
318
|
-
Bugsnag.configuration.debug("Debug message")
|
319
|
-
expect(@logger.logs.size).to eq(1)
|
320
|
-
log = @logger.logs.first
|
321
|
-
expect(log).to eq({
|
322
|
-
:level => "debug",
|
323
|
-
:name => "[Bugsnag]",
|
324
|
-
:message => "Debug message"
|
325
|
-
})
|
326
|
-
end
|
327
|
-
|
328
|
-
after do
|
329
|
-
Bugsnag.configure do |bugsnag|
|
330
|
-
bugsnag.logger = Logger.new(StringIO.new)
|
331
|
-
end
|
332
|
-
end
|
333
|
-
end
|
334
|
-
|
335
|
-
it "should have exit exception classes in ignore_classes by default" do
|
336
|
-
expect(subject.ignore_classes).to eq(Set.new([SystemExit, SignalException]))
|
337
|
-
end
|
338
|
-
|
339
|
-
it "should have nothing in discard_classes by default" do
|
340
|
-
expect(subject.discard_classes).to eq(Set.new([]))
|
341
|
-
end
|
342
|
-
|
343
|
-
describe "#breadcrumbs" do
|
344
|
-
it "first returns a new circular buffer" do
|
345
|
-
buffer = subject.breadcrumbs
|
346
|
-
|
347
|
-
expect(buffer).to be_a(Bugsnag::Utility::CircularBuffer)
|
348
|
-
expect(buffer.to_a).to eq([])
|
349
|
-
end
|
350
|
-
|
351
|
-
it "returns the same buffer in repeated calls" do
|
352
|
-
buffer = subject.breadcrumbs
|
353
|
-
buffer << 1
|
354
|
-
second_buffer = subject.breadcrumbs
|
355
|
-
|
356
|
-
expect(second_buffer.to_a).to eq([1])
|
357
|
-
end
|
358
|
-
|
359
|
-
it "returns a different buffer on different threads" do
|
360
|
-
buffer = subject.breadcrumbs
|
361
|
-
buffer << 1
|
362
|
-
|
363
|
-
second_buffer = nil
|
364
|
-
Thread.new { second_buffer = subject.breadcrumbs; second_buffer << 2 }.join
|
365
|
-
|
366
|
-
expect(buffer.to_a).to eq([1])
|
367
|
-
expect(second_buffer.to_a).to eq([2])
|
368
|
-
end
|
369
|
-
|
370
|
-
it "sets max_items to the current max_breadcrumbs size" do
|
371
|
-
expect(subject.breadcrumbs.max_items).to eq(subject.max_breadcrumbs)
|
372
|
-
end
|
373
|
-
end
|
374
|
-
|
375
|
-
describe "#max_breadcrumbs" do
|
376
|
-
it "defaults to DEFAULT_MAX_BREADCRUMBS" do
|
377
|
-
expect(subject.max_breadcrumbs).to eq(Bugsnag::Configuration::DEFAULT_MAX_BREADCRUMBS)
|
378
|
-
end
|
379
|
-
end
|
380
|
-
|
381
|
-
describe "#max_breadcrumbs=" do
|
382
|
-
it "sets the value of max_breadcrumbs" do
|
383
|
-
subject.max_breadcrumbs = 10
|
384
|
-
expect(subject.max_breadcrumbs).to eq(10)
|
385
|
-
end
|
386
|
-
|
387
|
-
it "sets the max_items property of the breadcrumbs buffer" do
|
388
|
-
buffer = subject.breadcrumbs
|
389
|
-
|
390
|
-
expect(buffer.max_items).to eq(Bugsnag::Configuration::DEFAULT_MAX_BREADCRUMBS)
|
391
|
-
|
392
|
-
subject.max_breadcrumbs = 5
|
393
|
-
|
394
|
-
expect(buffer.max_items).to eq(5)
|
395
|
-
end
|
396
|
-
end
|
397
|
-
|
398
|
-
describe "#enabled_automatic_breadcrumb_types" do
|
399
|
-
it "defaults to Bugsnag::Breadcrumbs::VALID_BREADCRUMB_TYPES" do
|
400
|
-
expect(subject.enabled_automatic_breadcrumb_types).to eq(Bugsnag::Breadcrumbs::VALID_BREADCRUMB_TYPES)
|
401
|
-
end
|
402
|
-
|
403
|
-
it "is an editable array" do
|
404
|
-
subject.enabled_automatic_breadcrumb_types << "Some custom type"
|
405
|
-
expect(subject.enabled_automatic_breadcrumb_types).to include("Some custom type")
|
406
|
-
end
|
407
|
-
end
|
408
|
-
|
409
|
-
describe "#before_breadcrumb_callbacks" do
|
410
|
-
it "initially returns an empty array" do
|
411
|
-
expect(subject.before_breadcrumb_callbacks).to eq([])
|
412
|
-
end
|
413
|
-
|
414
|
-
it "stores the array between subsequent calls" do
|
415
|
-
first_call = subject.before_breadcrumb_callbacks
|
416
|
-
first_call << 1
|
417
|
-
|
418
|
-
second_call = subject.before_breadcrumb_callbacks
|
419
|
-
|
420
|
-
expect(second_call).to eq([1])
|
421
|
-
end
|
422
|
-
|
423
|
-
it "stays the same across threads" do
|
424
|
-
first_array = subject.before_breadcrumb_callbacks
|
425
|
-
first_array << 1
|
426
|
-
|
427
|
-
second_array = nil
|
428
|
-
Thread.new { second_array = subject.before_breadcrumb_callbacks; second_array << 2}.join
|
429
|
-
|
430
|
-
expect(first_array).to eq([1, 2])
|
431
|
-
expect(second_array).to eq([1, 2])
|
432
|
-
end
|
433
|
-
end
|
434
|
-
|
435
|
-
describe "#vendor_path" do
|
436
|
-
it "returns the default vendor path" do
|
437
|
-
expect(subject.vendor_path).to eq(Bugsnag::Configuration::DEFAULT_VENDOR_PATH)
|
438
|
-
end
|
439
|
-
|
440
|
-
it "returns the defined vendor path" do
|
441
|
-
subject.vendor_path = /foo/
|
442
|
-
expect(subject.vendor_path).to eq(/foo/)
|
443
|
-
end
|
444
|
-
end
|
445
|
-
end
|