Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-12-20 16:37:47 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-12-20 16:37:47 +0300
commitaee0a117a889461ce8ced6fcf73207fe017f1d99 (patch)
tree891d9ef189227a8445d83f35c1b0fc99573f4380 /spec/fixtures/error_tracking
parent8d46af3258650d305f53b819eabf7ab18d22f59e (diff)
Add latest changes from gitlab-org/gitlab@14-6-stable-eev14.6.0-rc42
Diffstat (limited to 'spec/fixtures/error_tracking')
-rw-r--r--spec/fixtures/error_tracking/parsed_event_nullbytes.json175
-rw-r--r--spec/fixtures/error_tracking/python_event_repl.json1
2 files changed, 176 insertions, 0 deletions
diff --git a/spec/fixtures/error_tracking/parsed_event_nullbytes.json b/spec/fixtures/error_tracking/parsed_event_nullbytes.json
new file mode 100644
index 00000000000..570a5a329a4
--- /dev/null
+++ b/spec/fixtures/error_tracking/parsed_event_nullbytes.json
@@ -0,0 +1,175 @@
+{
+ "breadcrumbs" : {
+ "values" : [
+ {
+ "category" : "start_processing.action_controller",
+ "data" : {
+ "action" : "error2",
+ "controller" : "PostsController",
+ "format" : "html",
+ "method" : "GET",
+ "params" : {
+ "action" : "error2",
+ "controller" : "posts"
+ },
+ "path" : "/posts/error2",
+ "start_timestamp" : 1625749156.5553
+ },
+ "level" : null,
+ "message" : "",
+ "timestamp" : 1625749156,
+ "type" : null
+ },
+ {
+ "category" : "process_action.action_controller",
+ "data" : {
+ "action" : "error2",
+ "controller" : "PostsController",
+ "db_runtime" : 0,
+ "format" : "html",
+ "method" : "GET",
+ "params" : {
+ "action" : "error2",
+ "controller" : "posts"
+ },
+ "path" : "/posts/error2",
+ "start_timestamp" : 1625749156.55539,
+ "view_runtime" : null
+ },
+ "level" : null,
+ "message" : "",
+ "timestamp" : 1625749156,
+ "type" : null
+ }
+ ]
+ },
+ "contexts" : {
+ "os" : {
+ "build" : "20.5.0",
+ "kernel_version" : "Darwin Kernel Version 20.5.0: Sat May 8 05:10:33 PDT 2021; root:xnu-7195.121.3~9/RELEASE_X86_64",
+ "name" : "Darwin",
+ "version" : "Darwin Kernel Version 20.5.0: Sat May 8 05:10:33 PDT 2021; root:xnu-7195.121.3~9/RELEASE_X86_64"
+ },
+ "runtime" : {
+ "name" : "ruby",
+ "version" : "ruby 2.5.1p57 (2018-03-29 revision 63029) [x86_64-darwin19]"
+ },
+ "trace" : {
+ "description" : null,
+ "op" : "rails.request",
+ "parent_span_id" : null,
+ "span_id" : "4a3ed8701e7f4ea4",
+ "status" : null,
+ "trace_id" : "d82b93fbc39e4d13b85762afa2e3ff36"
+ }
+ },
+ "environment" : "development",
+ "event_id" : "7c9ae6e58f03442b9203bbdcf6ae904c",
+ "exception" : {
+ "values" : [
+ {
+ "module" : "ActionView",
+ "stacktrace" : {
+ "frames" : [
+ {
+ "abs_path" : "/Users/developer/.asdf/installs/ruby/2.5.1/lib/ruby/gems/2.5.0/gems/puma-3.12.6/lib/puma/thread_pool.rb",
+ "context_line" : " block.call(work, *extra)\n",
+ "filename" : "puma/thread_pool.rb",
+ "function" : "block in spawn_thread",
+ "in_app" : false,
+ "lineno" : 135,
+ "post_context" : [
+ " rescue Exception => e\u0000\n",
+ " STDERR.puts \"Error\u0000reached top of thread-pool: #{e.message} (#{e.class})\"\n",
+ " end\n"
+ ],
+ "pre_context" : [
+ " end\n",
+ "\n",
+ " begin\n"
+ ],
+ "project_root" : "/Users/developer/rails-project"
+ },
+ {
+ "abs_path" : "/Users/developer/.asdf/installs/ruby/2.5.1/lib/ruby/gems/2.5.0/gems/puma-3.12.6/lib/puma/server.rb",
+ "context_line" : " process_client client, buffer\n",
+ "filename" : "puma/server.rb",
+ "function" : "block in run",
+ "in_app" : false,
+ "lineno" : 334,
+ "post_context" : [
+ " else\n",
+ " client.set_timeout @first_data_timeout\n",
+ " @reactor.add client\n"
+ ],
+ "pre_context" : [
+ " client.close\n",
+ " else\n",
+ " if process_now\n"
+ ],
+ "project_root" : "/Users/developer/rails-project"
+ },
+ {
+ "abs_path" : "/Users/developer/.asdf/installs/ruby/2.5.1/lib/ruby/gems/2.5.0/gems/actionview-5.2.6/lib/action_view/path_set.rb",
+ "context_line" : " find_all(*args).first || raise(MissingTemplate.new(self, *args))\n",
+ "filename" : "action_view/path_set.rb",
+ "function" : "find",
+ "in_app" : false,
+ "lineno" : 48,
+ "post_context" : [
+ " end\n",
+ "\n",
+ " def find_file(path, prefixes = [], *args)\n"
+ ],
+ "pre_context" : [
+ " end\n",
+ "\n",
+ " def find(*args)\n"
+ ],
+ "project_root" : "/Users/developer/rails-project"
+ }
+ ]
+ },
+ "thread_id" : 70254489510160,
+ "type" : "ActionView::MissingTemplate",
+ "value" : "Missing template posts/error2, application/error2 with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:raw, :erb, :html, :builder, :ruby, :coffee, :jbuilder]}. Searched in:\n * \"/Users/developer/rails-project/app/views\"\n"
+ }
+ ]
+ },
+ "extra" : {},
+ "fingerprint" : [],
+ "level" : "error",
+ "message" : "",
+ "modules" : {
+ "concurrent-ruby" : "1.1.9",
+ "i18n" : "1.8.10",
+ "minitest" : "5.14.4",
+ "rake" : "13.0.3",
+ "thread_safe" : "0.3.6",
+ "tzinfo" : "1.2.9",
+ "uglifier" : "4.2.0",
+ "web-console" : "3.7.0"
+ },
+ "platform" : "ruby",
+ "release" : "db853d7",
+ "request" : {
+ "env" : {
+ "SERVER_NAME" : "localhost",
+ "SERVER_PORT" : "4444"
+ },
+ "headers" : {},
+ "method" : "GET",
+ "url" : "http://localhost/posts/error2"
+ },
+ "sdk" : {
+ "name" : "sentry.ruby.rails",
+ "version" : "4.5.1"
+ },
+ "server_name" : "MacBook.local",
+ "tags" : {
+ "request_id" : "4253dcd9-5e48-474a-89b4-0e945ab825af"
+ },
+ "timestamp" : "2021-07-08T12:59:16Z",
+ "transaction" : "PostsController#error2",
+ "user" : {}
+}
diff --git a/spec/fixtures/error_tracking/python_event_repl.json b/spec/fixtures/error_tracking/python_event_repl.json
new file mode 100644
index 00000000000..bb2891c744a
--- /dev/null
+++ b/spec/fixtures/error_tracking/python_event_repl.json
@@ -0,0 +1 @@
+{"breadcrumbs":{"values":[]},"contexts":{"runtime":{"build":"3.9.5 (default, May 12 2021, 15:36:59) \n[GCC 8.3.0]","name":"CPython","version":"3.9.5"}},"environment":"production","event_id":"","exception":{"values":[{"mechanism":null,"module":null,"stacktrace":{"frames":[{"abs_path":"/srv/autodevops/<stdin>","context_line":null,"filename":"<stdin>","function":"<module>","in_app":true,"lineno":2,"module":"__main__","post_context":[],"pre_context":[],"vars":{"__annotations__":{},"__builtins__":"<module 'builtins' (built-in)>","__doc__":"None","__loader__":"<class '_frozen_importlib.BuiltinImporter'>","__name__":"'__main__'","__package__":"None","__spec__":"None","capture_exception":"<function capture_exception at 0x7f5dbb3eb940>","e":"ZeroDivisionError('division by zero')","init":"<function _init at 0x7f5dbb3ea1f0>"}}]},"type":"ZeroDivisionError","value":"division by zero"}]},"extra":{"sys.argv":[""]},"level":"error","modules":{"appdirs":"1.4.4","apscheduler":"3.7.0","asgiref":"3.3.4","beautifulsoup4":"4.9.3","certifi":"2020.12.5","chardet":"4.0.0","django":"3.2.3","django-anymail":"1.3","django-environ":"0.4.5","django-livereload-server":"0.3.2","django-widget-tweaks":"1.4.8","fcache":"0.4.7","idna":"2.10","mmh3":"3.0.0","pip":"21.1.2","psycopg2-binary":"2.8.6","pytz":"2021.1","requests":"2.25.1","sentry-sdk":"1.5.0","setuptools":"57.0.0","six":"1.16.0","soupsieve":"2.2.1","sqlparse":"0.4.1","tornado":"6.1","tzlocal":"2.1","unleashclient":"4.2.0","urllib3":"1.26.4","uwsgi":"2.0.19.1","wheel":"0.36.2"},"platform":"python","sdk":{"integrations":["argv","atexit","dedupe","django","excepthook","logging","modules","stdlib","threading","tornado"],"name":"sentry.python","packages":[{"name":"pypi:sentry-sdk","version":"1.5.0"}],"version":"1.5.0"},"server_name":"","timestamp":"2021-11-17T14:46:20.898210Z"}