Skip to content

feat: Determine Electron process from minidump metadata #2031

feat: Determine Electron process from minidump metadata

feat: Determine Electron process from minidump metadata #2031

Triggered via pull request January 9, 2025 14:26
Status Failure
Total duration 20m 9s
Artifacts 1

build.yml

on: pull_request
Matrix: E2E Tests
Matrix: Unit Tests
All required jobs passed or were skipped
0s
All required jobs passed or were skipped
Fit to window
Zoom out
Zoom in

Annotations

242 errors and 2 warnings
Unit Tests (windows-latest)
Process completed with exit code 1.
index.test.ts > E2E Tests > Electron v15.5.7 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer Crash: test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "3d4b3a32-e6af-42d4-8fcb-1cbb91580fef.dmp", + "length": 524272, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object {}, + "message": "renderer.load-url", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.renderer-process-crashed", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": 11, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "arm64", + "app_memory": 198508544, "app_name": "native-sentry-renderer", "app_start_time": "{{time}}", "app_version": "1.0.0", }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:20:57.306Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", }, "electron": Object { "crashed_url": "app:///sr
index.test.ts > E2E Tests > Electron v15.5.7 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer Crash: test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "7e6dafe7-b617-4cd1-b7e5-e328013b58bd.dmp", + "length": 524272, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object {}, + "message": "renderer.load-url", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.renderer-process-crashed", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": 11, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "arm64", + "app_memory": 197558272, "app_name": "native-sentry-renderer", "app_start_time": "{{time}}", "app_version": "1.0.0", }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:20:57.173Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", }, "electron": Object { "crashed_url": "app:///sr
index.test.ts > E2E Tests > Electron v15.5.7 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer Crash: test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "14d6da04-9f48-4ed2-914b-d235c267f878.dmp", + "length": 524272, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object {}, + "message": "renderer.load-url", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.renderer-process-crashed", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": 11, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "arm64", + "app_memory": 198246400, "app_name": "native-sentry-renderer", "app_start_time": "{{time}}", "app_version": "1.0.0", }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:20:57.055Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", }, "electron": Object { "crashed_url": "app:///sr
index.test.ts > E2E Tests > Electron v15.5.7 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer Crash: test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "81b6d04d-baf9-43db-89c7-9c93e4eb6ea4.dmp", + "length": 524272, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object {}, + "message": "renderer.load-url", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.renderer-process-crashed", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": 11, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "arm64", + "app_memory": 199688192, "app_name": "native-sentry-renderer", "app_start_time": "{{time}}", "app_version": "1.0.0", }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:20:57.906Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", }, "electron": Object { "crashed_url": "app:///sr
index.test.ts > E2E Tests > Electron v15.5.7 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer Crash (Custom Release Name): test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "3ddc6613-fa4b-4cfe-8762-2ffe55114078.dmp", + "length": 524320, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object {}, + "message": "renderer.load-url", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.renderer-process-crashed", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": 11, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "arm64", + "app_memory": 197918720, "app_name": "native-sentry-renderer-custom-release", "app_start_time": "{{time}}", "app_version": "1.0.0", }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:20:57.567Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", }, "electron": Object { "crashed_u
index.test.ts > E2E Tests > Electron v15.5.7 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer Crash (Custom Release Name): test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "4d0b06d8-2c9c-4877-9e2a-ab2d22127026.dmp", + "length": 524320, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object {}, + "message": "renderer.load-url", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.renderer-process-crashed", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": 11, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "arm64", + "app_memory": 198656000, "app_name": "native-sentry-renderer-custom-release", "app_start_time": "{{time}}", "app_version": "1.0.0", }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:20:57.239Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", }, "electron": Object { "crashed_u
index.test.ts > E2E Tests > Electron v15.5.7 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer Crash (Custom Release Name): test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "a8696813-9ade-4f29-b4ac-b4c2ac3b6ec3.dmp", + "length": 524304, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object {}, + "message": "renderer.load-url", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.renderer-process-crashed", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": 11, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "arm64", + "app_memory": 198131712, "app_name": "native-sentry-renderer-custom-release", "app_start_time": "{{time}}", "app_version": "1.0.0", }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:20:57.128Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", }, "electron": Object { "crashed_u
index.test.ts > E2E Tests > Electron v15.5.7 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer Crash (Custom Release Name): test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "031eb803-c17c-40e9-b20e-3a88ae03adca.dmp", + "length": 524320, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object {}, + "message": "renderer.load-url", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.renderer-process-crashed", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": 11, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "arm64", + "app_memory": 198672384, "app_name": "native-sentry-renderer-custom-release", "app_start_time": "{{time}}", "app_version": "1.0.0", }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:20:57.974Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", }, "electron": Object { "crashed_u
index.test.ts > E2E Tests > Electron v15.5.7 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer forcefullyCrashRenderer: test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "dc28ab23-3b5e-4cd5-80bb-c3bc792e9079.dmp", + "length": 518880, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object {}, + "message": "renderer.load-url", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.renderer-process-crashed", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": 2, + "reason": "killed", + }, + "level": "warning", + "message": "'renderer' process exited with 'killed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process killed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "arm64", + "app_memory": 203161600, "app_name": "native-sentry-renderer-force-crash", "app_start_time": "{{time}}", "app_version": "1.0.0", }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:20:57.946Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", + }, + "electron": Object { + "crashed_url":
index.test.ts > E2E Tests > Electron v15.5.7 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer forcefullyCrashRenderer: test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "9ca71726-9cdd-494d-a8c2-fbdaa128000e.dmp", + "length": 518880, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object {}, + "message": "renderer.load-url", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.renderer-process-crashed", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": 2, + "reason": "killed", + }, + "level": "warning", + "message": "'renderer' process exited with 'killed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process killed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "arm64", + "app_memory": 199999488, "app_name": "native-sentry-renderer-force-crash", "app_start_time": "{{time}}", "app_version": "1.0.0", }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:20:57.349Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", + }, + "electron": Object { + "crashed_url":
index.test.ts > E2E Tests > Electron v31.7.3 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer Crash: test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "ce8883ad-12d4-4c9e-9de1-c138555c6730.dmp", + "length": 574992, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": 11, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "arm64", + "app_memory": 252526592, "app_name": "native-sentry-renderer", "app_start_time": "{{time}}", "app_version": "1.0.0", + "free_memory": 322961408, }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:22:37.004Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", }, "electron": Object { "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": 11, + "reason": "crashed", + }, }, "node": Object { "name": "Node", "type": "runtime", "version": "{{version}}", }, "os": Object { + "build": "23H311", +
index.test.ts > E2E Tests > Electron v31.7.3 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer Crash: test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "cd60c5de-7c1e-487c-954f-14188b168ff6.dmp", + "length": 574992, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": 11, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "arm64", + "app_memory": 253509632, "app_name": "native-sentry-renderer", "app_start_time": "{{time}}", "app_version": "1.0.0", + "free_memory": 306855936, }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:22:37.969Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", }, "electron": Object { "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": 11, + "reason": "crashed", + }, }, "node": Object { "name": "Node", "type": "runtime", "version": "{{version}}", }, "os": Object { + "build": "23H311", +
index.test.ts > E2E Tests > Electron v31.7.3 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer Crash: test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "6b8d022e-fe2e-4b22-b598-a8390658d56d.dmp", + "length": 574992, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": 11, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "arm64", + "app_memory": 252067840, "app_name": "native-sentry-renderer", "app_start_time": "{{time}}", "app_version": "1.0.0", + "free_memory": 781778944, }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:22:37.837Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", }, "electron": Object { "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": 11, + "reason": "crashed", + }, }, "node": Object { "name": "Node", "type": "runtime", "version": "{{version}}", }, "os": Object { + "build": "23H311", +
index.test.ts > E2E Tests > Electron v31.7.3 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer Crash: test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "83a99393-7f59-45e7-a8dd-f9dbbcf16931.dmp", + "length": 574992, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": 11, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "arm64", + "app_memory": 251805696, "app_name": "native-sentry-renderer", "app_start_time": "{{time}}", "app_version": "1.0.0", + "free_memory": 912539648, }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:22:37.573Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", }, "electron": Object { "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": 11, + "reason": "crashed", + }, }, "node": Object { "name": "Node", "type": "runtime", "version": "{{version}}", }, "os": Object { + "build": "23H311", +
index.test.ts > E2E Tests > Electron v31.7.3 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer Crash (Custom Release Name): test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "79d906ec-2bb2-43bd-b366-340a5413ba80.dmp", + "length": 575040, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": 11, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "arm64", + "app_memory": 254132224, "app_name": "native-sentry-renderer-custom-release", "app_start_time": "{{time}}", "app_version": "1.0.0", + "free_memory": 386121728, }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:22:37.800Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", }, "electron": Object { "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": 11, + "reason": "crashed", + }, }, "node": Object { "name": "Node", "type": "runtime", "version": "{{version}}", }, "os": Object { + "build"
index.test.ts > E2E Tests > Electron v31.7.3 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer Crash (Custom Release Name): test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "8f7ba0ed-0b78-44ab-b3e7-930fa21e9888.dmp", + "length": 575040, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": 11, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "arm64", + "app_memory": 254705664, "app_name": "native-sentry-renderer-custom-release", "app_start_time": "{{time}}", "app_version": "1.0.0", + "free_memory": 394002432, }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:22:37.569Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", }, "electron": Object { "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": 11, + "reason": "crashed", + }, }, "node": Object { "name": "Node", "type": "runtime", "version": "{{version}}", }, "os": Object { + "build"
index.test.ts > E2E Tests > Electron v31.7.3 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer Crash (Custom Release Name): test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "b434f483-7374-4a9d-93a3-edbc66142657.dmp", + "length": 575040, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": 11, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "arm64", + "app_memory": 251691008, "app_name": "native-sentry-renderer-custom-release", "app_start_time": "{{time}}", "app_version": "1.0.0", + "free_memory": 443432960, }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:22:37.295Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", }, "electron": Object { "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": 11, + "reason": "crashed", + }, }, "node": Object { "name": "Node", "type": "runtime", "version": "{{version}}", }, "os": Object { + "build"
index.test.ts > E2E Tests > Electron v31.7.3 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer Crash (Custom Release Name): test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "bcb466e8-0fb6-48d7-9477-b0acc1aad315.dmp", + "length": 575040, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": 11, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "arm64", + "app_memory": 254525440, "app_name": "native-sentry-renderer-custom-release", "app_start_time": "{{time}}", "app_version": "1.0.0", + "free_memory": 479969280, }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:22:37.189Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", }, "electron": Object { "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": 11, + "reason": "crashed", + }, }, "node": Object { "name": "Node", "type": "runtime", "version": "{{version}}", }, "os": Object { + "build"
index.test.ts > E2E Tests > Electron v31.7.3 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer forcefullyCrashRenderer: test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "806d02d6-e905-44bf-aa8e-211b0218f403.dmp", + "length": 571360, + "type": "attachment", }, ], + "data": Object { + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", "data": Object { - "breadcrumbs": Array [], + "exitCode": 2, + "reason": "killed", + }, + "level": "warning", + "message": "'renderer' process exited with 'killed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process killed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "arm64", + "app_memory": 262176768, "app_name": "native-sentry-renderer-force-crash", "app_start_time": "{{time}}", "app_version": "1.0.0", + "free_memory": 431407104, }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:22:37.971Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", + }, + "electron": Object { + "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": 2, + "reason": "killed", + }, }, "node": Object { "name": "Node", "type": "runtime", "version": "{{version}}", }, "os": Object { + "build": "23H3
index.test.ts > E2E Tests > Electron v31.7.3 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer forcefullyCrashRenderer: test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "5a90d100-578c-456d-acfb-033cfa88dfca.dmp", + "length": 594528, + "type": "attachment", }, ], + "data": Object { + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", "data": Object { - "breadcrumbs": Array [], + "exitCode": 2, + "reason": "killed", + }, + "level": "warning", + "message": "'renderer' process exited with 'killed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process killed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "arm64", + "app_memory": 260653056, "app_name": "native-sentry-renderer-force-crash", "app_start_time": "{{time}}", "app_version": "1.0.0", + "free_memory": 429621248, }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:22:37.119Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", + }, + "electron": Object { + "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": 2, + "reason": "killed", + }, }, "node": Object { "name": "Node", "type": "runtime", "version": "{{version}}", }, "os": Object { + "build": "23H3
index.test.ts > E2E Tests > Electron v15.5.7 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer Crash: test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "5ee779ce-1467-4efc-a197-b2c1fc2ae48f.dmp", + "length": 526096, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object {}, + "message": "renderer.load-url", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.renderer-process-crashed", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": -1073741819, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "x64", + "app_memory": 189841408, "app_name": "native-sentry-renderer", "app_start_time": "{{time}}", "app_version": "1.0.0", }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:21:45.246Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_f
index.test.ts > E2E Tests > Electron v15.5.7 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer Crash: test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "af94c0d4-450b-4c31-a122-4f2183379e76.dmp", + "length": 525632, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object {}, + "message": "renderer.load-url", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.renderer-process-crashed", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": -1073741819, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "x64", + "app_memory": 191705088, "app_name": "native-sentry-renderer", "app_start_time": "{{time}}", "app_version": "1.0.0", }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:21:45.236Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_f
index.test.ts > E2E Tests > Electron v15.5.7 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer Crash: test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "62f2a9a3-1e10-4810-bcec-b1536a349016.dmp", + "length": 516864, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object {}, + "message": "renderer.load-url", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.renderer-process-crashed", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": -1073741819, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "x64", + "app_memory": 191201280, "app_name": "native-sentry-renderer", "app_start_time": "{{time}}", "app_version": "1.0.0", }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:21:45.215Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_f
index.test.ts > E2E Tests > Electron v15.5.7 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer Crash: test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "c79f2894-5701-4295-8a5e-b6df0d9fb993.dmp", + "length": 522672, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object {}, + "message": "renderer.load-url", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.renderer-process-crashed", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": -1073741819, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "x64", + "app_memory": 189779968, "app_name": "native-sentry-renderer", "app_start_time": "{{time}}", "app_version": "1.0.0", }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:21:45.142Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_f
index.test.ts > E2E Tests > Electron v15.5.7 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer Crash (Custom Release Name): test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "6b8b57bc-cadd-48bd-91dd-8e035179e35e.dmp", + "length": 513920, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object {}, + "message": "renderer.load-url", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.renderer-process-crashed", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": -1073741819, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "x64", + "app_memory": 191246336, "app_name": "native-sentry-renderer-custom-release", "app_start_time": "{{time}}", "app_version": "1.0.0", }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:21:45.877Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0,
index.test.ts > E2E Tests > Electron v15.5.7 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer Crash (Custom Release Name): test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "b53be16b-ac9e-4a6e-b9dd-37e126dd9322.dmp", + "length": 521280, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object {}, + "message": "renderer.load-url", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.renderer-process-crashed", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": -1073741819, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "x64", + "app_memory": 191774720, "app_name": "native-sentry-renderer-custom-release", "app_start_time": "{{time}}", "app_version": "1.0.0", }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:21:45.850Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0,
index.test.ts > E2E Tests > Electron v15.5.7 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer Crash (Custom Release Name): test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "28db2bbf-b95d-4a5b-87cc-144efd91bcfe.dmp", + "length": 511680, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object {}, + "message": "renderer.load-url", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.renderer-process-crashed", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": -1073741819, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "x64", + "app_memory": 191107072, "app_name": "native-sentry-renderer-custom-release", "app_start_time": "{{time}}", "app_version": "1.0.0", }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:21:45.813Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0,
index.test.ts > E2E Tests > Electron v15.5.7 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer Crash (Custom Release Name): test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "517b3f1b-a544-4b8b-a435-26b19d8ecd56.dmp", + "length": 504880, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object {}, + "message": "renderer.load-url", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.renderer-process-crashed", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": -1073741819, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "x64", + "app_memory": 191000576, "app_name": "native-sentry-renderer-custom-release", "app_start_time": "{{time}}", "app_version": "1.0.0", }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:21:45.785Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0,
index.test.ts > E2E Tests > Electron v15.5.7 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer forcefullyCrashRenderer: test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "63004e96-7f02-4793-9a31-3ea8a6f09988.dmp", + "length": 521616, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object {}, + "message": "renderer.load-url", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.renderer-process-crashed", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": 2, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "x64", + "app_memory": 191561728, "app_name": "native-sentry-renderer-force-crash", "app_start_time": "{{time}}", "app_version": "1.0.0", }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:21:45.464Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor
index.test.ts > E2E Tests > Electron v15.5.7 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer forcefullyCrashRenderer: test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "b7e2807e-b7ee-48c0-867a-1706a7148d40.dmp", + "length": 530384, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object {}, + "message": "renderer.load-url", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.renderer-process-crashed", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": 2, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "x64", + "app_memory": 189984768, "app_name": "native-sentry-renderer-force-crash", "app_start_time": "{{time}}", "app_version": "1.0.0", }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:21:45.611Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor
index.test.ts > E2E Tests > Electron v15.5.7 > Functional Test Recipes > Native (Sentry Uploader) > Native Main Crash: test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "8279b80a-c2f5-4de1-9c619ebd-6b06d778.dmp", + "length": 539986, + "type": "attachment", }, ], "data": Object { "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, Object { - "category": "console", - "level": "log", - "message": "main process breadcrumb from first crashing run", + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", }, Object { - "category": "console", - "level": "log", - "message": "renderer process breadcrumb from first crashing run", + "category": "electron", + "data": Object {}, + "message": "renderer.load-url", + "timestamp": 0, + "type": "ui", }, Object { "category": "console", "level": "log", "message": "main process breadcrumb from second run", + "timestamp": 0, }, ], "contexts": Object { "app": Object { + "app_arch": "x64", + "app_memory": 265383936, "app_name": "native-sentry-main", "app_start_time": "{{time}}", "app_version": "1.0.0", }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:20:26.944Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", }, "node": Object { "name": "Node", "type": "runtime", "version": "{{version}}", }, "os": Object { + "kernel_version": "6.5.0-1025-azure", "name": "{{platform}}", "version": "{{version}}", }, "runtime": Object { "name": "Electron", "version": "{{version}}", }, + "trace": Object { + "span_id": "{{id}}", + "trace_id": "{{id}}", + }, }, "environment": "development", "event_id": "{{id}}", + "level": "fatal", + "platform": "native", "release": "[email protected]", "sdk": Object { + "integrations": Array [ + "SentryMinidump", + "ElectronBreadcrumbs", + "ElectronNet", + "ElectronContext", + "ChildProcess", + "OnUncaughtException", + "PreloadInjection", + "AdditionalContext", + "Screenshots", + "Inbou
index.test.ts > E2E Tests > Electron v15.5.7 > Functional Test Recipes > Native (Sentry Uploader) > Native Main Crash: test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "4b72ba53-232d-421e-79595c9e-5293425d.dmp", + "length": 534602, + "type": "attachment", }, ], "data": Object { "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, Object { - "category": "console", - "level": "log", - "message": "main process breadcrumb from first crashing run", + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", }, Object { - "category": "console", - "level": "log", - "message": "renderer process breadcrumb from first crashing run", + "category": "electron", + "data": Object {}, + "message": "renderer.load-url", + "timestamp": 0, + "type": "ui", }, Object { "category": "console", "level": "log", "message": "main process breadcrumb from second run", + "timestamp": 0, }, ], "contexts": Object { "app": Object { + "app_arch": "x64", + "app_memory": 266555392, "app_name": "native-sentry-main", "app_start_time": "{{time}}", "app_version": "1.0.0", }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:20:26.946Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", }, "node": Object { "name": "Node", "type": "runtime", "version": "{{version}}", }, "os": Object { + "kernel_version": "6.5.0-1025-azure", "name": "{{platform}}", "version": "{{version}}", }, "runtime": Object { "name": "Electron", "version": "{{version}}", }, + "trace": Object { + "span_id": "{{id}}", + "trace_id": "{{id}}", + }, }, "environment": "development", "event_id": "{{id}}", + "level": "fatal", + "platform": "native", "release": "[email protected]", "sdk": Object { + "integrations": Array [ + "SentryMinidump", + "ElectronBreadcrumbs", + "ElectronNet", + "ElectronContext", + "ChildProcess", + "OnUncaughtException", + "PreloadInjection", + "AdditionalContext", + "Screenshots", + "Inbou
index.test.ts > E2E Tests > Electron v15.5.7 > Functional Test Recipes > Native (Sentry Uploader) > Native Main Crash: test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "d56b6470-7995-484f-62ea0f96-26fff852.dmp", + "length": 534594, + "type": "attachment", }, ], "data": Object { "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, Object { - "category": "console", - "level": "log", - "message": "main process breadcrumb from first crashing run", + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", }, Object { - "category": "console", - "level": "log", - "message": "renderer process breadcrumb from first crashing run", + "category": "electron", + "data": Object {}, + "message": "renderer.load-url", + "timestamp": 0, + "type": "ui", }, Object { "category": "console", "level": "log", "message": "main process breadcrumb from second run", + "timestamp": 0, }, ], "contexts": Object { "app": Object { + "app_arch": "x64", + "app_memory": 265576448, "app_name": "native-sentry-main", "app_start_time": "{{time}}", "app_version": "1.0.0", }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:20:26.943Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", }, "node": Object { "name": "Node", "type": "runtime", "version": "{{version}}", }, "os": Object { + "kernel_version": "6.5.0-1025-azure", "name": "{{platform}}", "version": "{{version}}", }, "runtime": Object { "name": "Electron", "version": "{{version}}", }, + "trace": Object { + "span_id": "{{id}}", + "trace_id": "{{id}}", + }, }, "environment": "development", "event_id": "{{id}}", + "level": "fatal", + "platform": "native", "release": "[email protected]", "sdk": Object { + "integrations": Array [ + "SentryMinidump", + "ElectronBreadcrumbs", + "ElectronNet", + "ElectronContext", + "ChildProcess", + "OnUncaughtException", + "PreloadInjection", + "AdditionalContext", + "Screenshots", + "Inbou
index.test.ts > E2E Tests > Electron v15.5.7 > Functional Test Recipes > Native (Sentry Uploader) > Native Main Crash: test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "94281107-e7f9-4fe1-20b35d89-ae1e1bcc.dmp", + "length": 534370, + "type": "attachment", }, ], "data": Object { "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, Object { - "category": "console", - "level": "log", - "message": "main process breadcrumb from first crashing run", + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", }, Object { - "category": "console", - "level": "log", - "message": "renderer process breadcrumb from first crashing run", + "category": "electron", + "data": Object {}, + "message": "renderer.load-url", + "timestamp": 0, + "type": "ui", }, Object { "category": "console", "level": "log", "message": "main process breadcrumb from second run", + "timestamp": 0, }, ], "contexts": Object { "app": Object { + "app_arch": "x64", + "app_memory": 265961472, "app_name": "native-sentry-main", "app_start_time": "{{time}}", "app_version": "1.0.0", }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:20:26.944Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", }, "node": Object { "name": "Node", "type": "runtime", "version": "{{version}}", }, "os": Object { + "kernel_version": "6.5.0-1025-azure", "name": "{{platform}}", "version": "{{version}}", }, "runtime": Object { "name": "Electron", "version": "{{version}}", }, + "trace": Object { + "span_id": "{{id}}", + "trace_id": "{{id}}", + }, }, "environment": "development", "event_id": "{{id}}", + "level": "fatal", + "platform": "native", "release": "[email protected]", "sdk": Object { + "integrations": Array [ + "SentryMinidump", + "ElectronBreadcrumbs", + "ElectronNet", + "ElectronContext", + "ChildProcess", + "OnUncaughtException", + "PreloadInjection", + "AdditionalContext", + "Screenshots", + "Inbou
index.test.ts > E2E Tests > Electron v15.5.7 > Functional Test Recipes > Native (Sentry Uploader) > Native Main Crash (Custom Release Name): test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "6bc0bc3c-4dcc-41ad-a39219a1-11a390b0.dmp", + "length": 534122, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object {}, + "message": "renderer.load-url", + "timestamp": 0, + "type": "ui", + }, + ], "contexts": Object { "app": Object { + "app_arch": "x64", + "app_memory": 264503296, "app_name": "native-sentry-main-custom-release", "app_start_time": "{{time}}", "app_version": "1.0.0", }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:20:26.944Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", }, "node": Object { "name": "Node", "type": "runtime", "version": "{{version}}", }, "os": Object { + "kernel_version": "6.5.0-1025-azure", "name": "{{platform}}", "version": "{{version}}", }, "runtime": Object { "name": "Electron", "version": "{{version}}", }, + "trace": Object { + "span_id": "{{id}}", + "trace_id": "{{id}}", + }, }, "environment": "custom-env", "event_id": "{{id}}", + "level": "fatal", + "platform": "native", "release": "custom-name", "sdk": Object { + "integrations": Array [ + "SentryMinidump", + "ElectronBreadcrumbs", + "ElectronNet", + "ElectronContext", + "ChildProcess", + "OnUncaughtException", + "PreloadInjection", + "AdditionalContext", + "Screenshots", + "InboundFilters", + "FunctionToString", + "LinkedErrors", + "Console", + "NodeFetch", + "OnUnhandledRejection", + "ContextLines", + "LocalVariables", + "Context", + "NormalizePaths", + ], "name": "sentry.javascript.electron", "packages": Array [ Object { "name": "npm:@sentry/electron",
index.test.ts > E2E Tests > Electron v15.5.7 > Functional Test Recipes > Native (Sentry Uploader) > Native Main Crash (Custom Release Name): test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "d03f4c2e-7b9f-42ab-652006a1-7a8c2eff.dmp", + "length": 534186, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object {}, + "message": "renderer.load-url", + "timestamp": 0, + "type": "ui", + }, + ], "contexts": Object { "app": Object { + "app_arch": "x64", + "app_memory": 265560064, "app_name": "native-sentry-main-custom-release", "app_start_time": "{{time}}", "app_version": "1.0.0", }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:20:26.943Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", }, "node": Object { "name": "Node", "type": "runtime", "version": "{{version}}", }, "os": Object { + "kernel_version": "6.5.0-1025-azure", "name": "{{platform}}", "version": "{{version}}", }, "runtime": Object { "name": "Electron", "version": "{{version}}", }, + "trace": Object { + "span_id": "{{id}}", + "trace_id": "{{id}}", + }, }, "environment": "custom-env", "event_id": "{{id}}", + "level": "fatal", + "platform": "native", "release": "custom-name", "sdk": Object { + "integrations": Array [ + "SentryMinidump", + "ElectronBreadcrumbs", + "ElectronNet", + "ElectronContext", + "ChildProcess", + "OnUncaughtException", + "PreloadInjection", + "AdditionalContext", + "Screenshots", + "InboundFilters", + "FunctionToString", + "LinkedErrors", + "Console", + "NodeFetch", + "OnUnhandledRejection", + "ContextLines", + "LocalVariables", + "Context", + "NormalizePaths", + ], "name": "sentry.javascript.electron", "packages": Array [ Object { "name": "npm:@sentry/electron",
index.test.ts > E2E Tests > Electron v15.5.7 > Functional Test Recipes > Native (Sentry Uploader) > Native Main Crash (Custom Release Name): test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "f37aff62-3ea9-4217-549ca999-c3c2c241.dmp", + "length": 534274, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object {}, + "message": "renderer.load-url", + "timestamp": 0, + "type": "ui", + }, + ], "contexts": Object { "app": Object { + "app_arch": "x64", + "app_memory": 264994816, "app_name": "native-sentry-main-custom-release", "app_start_time": "{{time}}", "app_version": "1.0.0", }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:20:26.948Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", }, "node": Object { "name": "Node", "type": "runtime", "version": "{{version}}", }, "os": Object { + "kernel_version": "6.5.0-1025-azure", "name": "{{platform}}", "version": "{{version}}", }, "runtime": Object { "name": "Electron", "version": "{{version}}", }, + "trace": Object { + "span_id": "{{id}}", + "trace_id": "{{id}}", + }, }, "environment": "custom-env", "event_id": "{{id}}", + "level": "fatal", + "platform": "native", "release": "custom-name", "sdk": Object { + "integrations": Array [ + "SentryMinidump", + "ElectronBreadcrumbs", + "ElectronNet", + "ElectronContext", + "ChildProcess", + "OnUncaughtException", + "PreloadInjection", + "AdditionalContext", + "Screenshots", + "InboundFilters", + "FunctionToString", + "LinkedErrors", + "Console", + "NodeFetch", + "OnUnhandledRejection", + "ContextLines", + "LocalVariables", + "Context", + "NormalizePaths", + ], "name": "sentry.javascript.electron", "packages": Array [ Object { "name": "npm:@sentry/electron",
index.test.ts > E2E Tests > Electron v15.5.7 > Functional Test Recipes > Native (Sentry Uploader) > Native Main Crash (Custom Release Name): test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "e7183328-7e39-4b29-381afdbb-2c7b1f74.dmp", + "length": 528738, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object {}, + "message": "renderer.load-url", + "timestamp": 0, + "type": "ui", + }, + ], "contexts": Object { "app": Object { + "app_arch": "x64", + "app_memory": 265940992, "app_name": "native-sentry-main-custom-release", "app_start_time": "{{time}}", "app_version": "1.0.0", }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:20:26.947Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", }, "node": Object { "name": "Node", "type": "runtime", "version": "{{version}}", }, "os": Object { + "kernel_version": "6.5.0-1025-azure", "name": "{{platform}}", "version": "{{version}}", }, "runtime": Object { "name": "Electron", "version": "{{version}}", }, + "trace": Object { + "span_id": "{{id}}", + "trace_id": "{{id}}", + }, }, "environment": "custom-env", "event_id": "{{id}}", + "level": "fatal", + "platform": "native", "release": "custom-name", "sdk": Object { + "integrations": Array [ + "SentryMinidump", + "ElectronBreadcrumbs", + "ElectronNet", + "ElectronContext", + "ChildProcess", + "OnUncaughtException", + "PreloadInjection", + "AdditionalContext", + "Screenshots", + "InboundFilters", + "FunctionToString", + "LinkedErrors", + "Console", + "NodeFetch", + "OnUnhandledRejection", + "ContextLines", + "LocalVariables", + "Context", + "NormalizePaths", + ], "name": "sentry.javascript.electron", "packages": Array [ Object { "name": "npm:@sentry/electron",
index.test.ts > E2E Tests > Electron v15.5.7 > Functional Test Recipes > Native (Sentry Uploader) > Native Main Crash (after update): test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "e318523f-9a32-4a0d-7d5aa198-1a6fa49e.dmp", + "length": 547946, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object {}, + "message": "renderer.load-url", + "timestamp": 0, + "type": "ui", + }, + ], "contexts": Object { "app": Object { + "app_arch": "x64", + "app_memory": 266248192, "app_name": "native-sentry-main-update", "app_start_time": "{{time}}", "app_version": "1.0.0", }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:20:26.946Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", }, "node": Object { "name": "Node", "type": "runtime", "version": "{{version}}", }, "os": Object { + "kernel_version": "6.5.0-1025-azure", "name": "{{platform}}", "version": "{{version}}", }, "runtime": Object { "name": "Electron", "version": "{{version}}", }, + "trace": Object { + "span_id": "{{id}}", + "trace_id": "{{id}}", + }, }, "environment": "development", "event_id": "{{id}}", - "release": "[email protected]", + "level": "fatal", + "platform": "native", + "release": "[email protected]", "sdk": Object { + "integrations": Array [ + "SentryMinidump", + "ElectronBreadcrumbs", + "ElectronNet", + "ElectronContext", + "ChildProcess", + "OnUncaughtException", + "PreloadInjection", + "AdditionalContext", + "Screenshots", + "InboundFilters", + "FunctionToString", + "LinkedErrors", + "Console", + "NodeFetch", + "OnUnhandledRejection", + "ContextLines", + "LocalVariables", + "Context", + "NormalizePaths", + ], "name": "sentry.javascript.electron", "packages": Array [
index.test.ts > E2E Tests > Electron v15.5.7 > Functional Test Recipes > Native (Sentry Uploader) > Native Main Crash (after update): test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "62b685b1-f9ef-4348-55db1bbf-50e6bb24.dmp", + "length": 520458, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object {}, + "message": "renderer.load-url", + "timestamp": 0, + "type": "ui", + }, + ], "contexts": Object { "app": Object { + "app_arch": "x64", + "app_memory": 254341120, "app_name": "native-sentry-main-update", "app_start_time": "{{time}}", "app_version": "1.0.0", }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:20:26.947Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", }, "node": Object { "name": "Node", "type": "runtime", "version": "{{version}}", }, "os": Object { + "kernel_version": "6.5.0-1025-azure", "name": "{{platform}}", "version": "{{version}}", }, "runtime": Object { "name": "Electron", "version": "{{version}}", }, + "trace": Object { + "span_id": "{{id}}", + "trace_id": "{{id}}", + }, }, "environment": "development", "event_id": "{{id}}", - "release": "[email protected]", + "level": "fatal", + "platform": "native", + "release": "[email protected]", "sdk": Object { + "integrations": Array [ + "SentryMinidump", + "ElectronBreadcrumbs", + "ElectronNet", + "ElectronContext", + "ChildProcess", + "OnUncaughtException", + "PreloadInjection", + "AdditionalContext", + "Screenshots", + "InboundFilters", + "FunctionToString", + "LinkedErrors", + "Console", + "NodeFetch", + "OnUnhandledRejection", + "ContextLines", + "LocalVariables", + "Context", + "NormalizePaths", + ], "name": "sentry.javascript.electron", "packages": Array [
index.test.ts > E2E Tests > Electron v29.4.6 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer Crash: test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "f347674e-f1d4-4c35-ab9d-a11f33a10bd4.dmp", + "length": 574880, + "type": "attachment", }, ], + "data": Object { + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", "data": Object { - "breadcrumbs": Array [], + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": 11, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "arm64", + "app_memory": 253706240, "app_name": "native-sentry-renderer", "app_start_time": "{{time}}", "app_version": "1.0.0", }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:17:48.871Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", }, "electron": Object { "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": 11, + "reason": "crashed", + }, }, "node": Object { "name": "Node",
index.test.ts > E2E Tests > Electron v29.4.6 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer Crash: test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "7ed76930-e9db-44a3-97cd-86fe87e71816.dmp", + "length": 574880, + "type": "attachment", }, ], + "data": Object { + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", "data": Object { - "breadcrumbs": Array [], + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": 11, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "arm64", + "app_memory": 252870656, "app_name": "native-sentry-renderer", "app_start_time": "{{time}}", "app_version": "1.0.0", }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:17:48.606Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", }, "electron": Object { "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": 11, + "reason": "crashed", + }, }, "node": Object { "name": "Node",
index.test.ts > E2E Tests > Electron v29.4.6 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer Crash: test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "86e6cf18-a2a6-438b-967b-04b63037921e.dmp", + "length": 551744, + "type": "attachment", }, ], + "data": Object { + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", "data": Object { - "breadcrumbs": Array [], + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": 11, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "arm64", + "app_memory": 253313024, "app_name": "native-sentry-renderer", "app_start_time": "{{time}}", "app_version": "1.0.0", }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:17:48.369Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", }, "electron": Object { "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": 11, + "reason": "crashed", + }, }, "node": Object { "name": "Node",
index.test.ts > E2E Tests > Electron v29.4.6 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer Crash: test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "a073b518-75d2-4bb7-b540-6c9b804ee581.dmp", + "length": 574688, + "type": "attachment", }, ], + "data": Object { + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", "data": Object { - "breadcrumbs": Array [], + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": 11, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "arm64", + "app_memory": 252526592, "app_name": "native-sentry-renderer", "app_start_time": "{{time}}", "app_version": "1.0.0", }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:17:48.300Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", }, "electron": Object { "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": 11, + "reason": "crashed", + }, }, "node": Object { "name": "Node",
index.test.ts > E2E Tests > Electron v29.4.6 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer Crash (Custom Release Name): test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "3a1e31a6-6774-4aaf-8fa6-c8c388ba0e9d.dmp", + "length": 574928, + "type": "attachment", }, ], + "data": Object { + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", "data": Object { - "breadcrumbs": Array [], + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": 11, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "arm64", + "app_memory": 253804544, "app_name": "native-sentry-renderer-custom-release", "app_start_time": "{{time}}", "app_version": "1.0.0", }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:17:48.582Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", }, "electron": Object { "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": 11, + "reason": "crashed", + }, }, "node": Object { "name": "Nod
index.test.ts > E2E Tests > Electron v29.4.6 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer Crash (Custom Release Name): test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "564e43be-249d-478c-b7d7-0d696591122e.dmp", + "length": 574928, + "type": "attachment", }, ], + "data": Object { + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", "data": Object { - "breadcrumbs": Array [], + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": 11, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "arm64", + "app_memory": 254476288, "app_name": "native-sentry-renderer-custom-release", "app_start_time": "{{time}}", "app_version": "1.0.0", }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:17:48.544Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", }, "electron": Object { "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": 11, + "reason": "crashed", + }, }, "node": Object { "name": "Nod
index.test.ts > E2E Tests > Electron v29.4.6 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer Crash (Custom Release Name): test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "f782e10c-ee8c-46aa-a2ce-546aa9df0028.dmp", + "length": 574928, + "type": "attachment", }, ], + "data": Object { + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", "data": Object { - "breadcrumbs": Array [], + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": 11, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "arm64", + "app_memory": 254230528, "app_name": "native-sentry-renderer-custom-release", "app_start_time": "{{time}}", "app_version": "1.0.0", }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:17:48.468Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", }, "electron": Object { "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": 11, + "reason": "crashed", + }, }, "node": Object { "name": "Nod
index.test.ts > E2E Tests > Electron v29.4.6 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer Crash (Custom Release Name): test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "66f22286-45bf-4ab3-82bf-fde80663b405.dmp", + "length": 574928, + "type": "attachment", }, ], + "data": Object { + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", "data": Object { - "breadcrumbs": Array [], + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": 11, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "arm64", + "app_memory": 253804544, "app_name": "native-sentry-renderer-custom-release", "app_start_time": "{{time}}", "app_version": "1.0.0", }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:17:48.324Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", }, "electron": Object { "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": 11, + "reason": "crashed", + }, }, "node": Object { "name": "Nod
index.test.ts > E2E Tests > Electron v29.4.6 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer forcefullyCrashRenderer: test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "761a7af0-fd07-4622-bd8e-ce5b57a1b126.dmp", + "length": 547936, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": 2, + "reason": "killed", + }, + "level": "warning", + "message": "'renderer' process exited with 'killed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process killed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "arm64", + "app_memory": 261013504, "app_name": "native-sentry-renderer-force-crash", "app_start_time": "{{time}}", "app_version": "1.0.0", }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:17:48.956Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", + }, + "electron": Object { + "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": 2, + "reason": "killed", }, + }, "node": Object { "name": "Node",
index.test.ts > E2E Tests > Electron v29.4.6 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer forcefullyCrashRenderer: test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "19b9f464-2445-4a26-b21e-85fd8fb935ad.dmp", + "length": 594192, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": 2, + "reason": "killed", + }, + "level": "warning", + "message": "'renderer' process exited with 'killed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process killed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "arm64", + "app_memory": 259588096, "app_name": "native-sentry-renderer-force-crash", "app_start_time": "{{time}}", "app_version": "1.0.0", }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:17:48.587Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", + }, + "electron": Object { + "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": 2, + "reason": "killed", }, + }, "node": Object { "name": "Node",
index.test.ts > E2E Tests > Electron v27.3.11 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer Crash: test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "12b67a21-b7b3-418d-9945-dc4337c91a83.dmp", + "length": 121776, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": 139, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "x64", + "app_memory": 361107456, "app_name": "native-sentry-renderer", "app_start_time": "{{time}}", "app_version": "1.0.0", }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:20:14.121Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", }, "electron": Object { "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": 139, + "reason": "crashed", + }, }, "node": Object { "name": "Node", "type": "runtime", "version": "{{version}}", }, "os": Object { + "kernel_version": "6.5.0-1025-azure", "name": "{
index.test.ts > E2E Tests > Electron v27.3.11 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer Crash: test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "cc325e16-bc88-417e-b8b7-a88cc1a5d639.dmp", + "length": 120032, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": 139, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "x64", + "app_memory": 360656896, "app_name": "native-sentry-renderer", "app_start_time": "{{time}}", "app_version": "1.0.0", }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:20:14.116Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", }, "electron": Object { "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": 139, + "reason": "crashed", + }, }, "node": Object { "name": "Node", "type": "runtime", "version": "{{version}}", }, "os": Object { + "kernel_version": "6.5.0-1025-azure", "name": "{
index.test.ts > E2E Tests > Electron v27.3.11 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer Crash: test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "a7870ffa-3367-4fe3-a6b8-852bd4f527eb.dmp", + "length": 124896, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": 139, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "x64", + "app_memory": 361639936, "app_name": "native-sentry-renderer", "app_start_time": "{{time}}", "app_version": "1.0.0", }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:20:14.120Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", }, "electron": Object { "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": 139, + "reason": "crashed", + }, }, "node": Object { "name": "Node", "type": "runtime", "version": "{{version}}", }, "os": Object { + "kernel_version": "6.5.0-1025-azure", "name": "{
index.test.ts > E2E Tests > Electron v27.3.11 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer Crash: test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "3f72bf85-7a1d-484d-a286-a9bee5d934e9.dmp", + "length": 117552, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": 139, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "x64", + "app_memory": 362328064, "app_name": "native-sentry-renderer", "app_start_time": "{{time}}", "app_version": "1.0.0", }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:20:14.122Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", }, "electron": Object { "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": 139, + "reason": "crashed", + }, }, "node": Object { "name": "Node", "type": "runtime", "version": "{{version}}", }, "os": Object { + "kernel_version": "6.5.0-1025-azure", "name": "{
index.test.ts > E2E Tests > Electron v27.3.11 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer Crash (Custom Release Name): test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "1692a873-9495-43e1-839a-d22468df8530.dmp", + "length": 121984, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": 139, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "x64", + "app_memory": 360660992, "app_name": "native-sentry-renderer-custom-release", "app_start_time": "{{time}}", "app_version": "1.0.0", }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:20:14.121Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", }, "electron": Object { "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": 139, + "reason": "crashed", + }, }, "node": Object { "name": "Node", "type": "runtime", "version": "{{version}}", }, "os": Object { + "kernel_version": "6.5.0-1025-azure",
index.test.ts > E2E Tests > Electron v27.3.11 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer Crash (Custom Release Name): test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "20151f2a-02aa-40ed-ba3d-d9260dc84dab.dmp", + "length": 120160, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": 139, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "x64", + "app_memory": 362987520, "app_name": "native-sentry-renderer-custom-release", "app_start_time": "{{time}}", "app_version": "1.0.0", }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:20:14.118Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", }, "electron": Object { "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": 139, + "reason": "crashed", + }, }, "node": Object { "name": "Node", "type": "runtime", "version": "{{version}}", }, "os": Object { + "kernel_version": "6.5.0-1025-azure",
index.test.ts > E2E Tests > Electron v27.3.11 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer Crash (Custom Release Name): test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "8046c604-146b-450c-b00b-1e715ae4aac2.dmp", + "length": 118672, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": 139, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "x64", + "app_memory": 362143744, "app_name": "native-sentry-renderer-custom-release", "app_start_time": "{{time}}", "app_version": "1.0.0", }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:20:14.121Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", }, "electron": Object { "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": 139, + "reason": "crashed", + }, }, "node": Object { "name": "Node", "type": "runtime", "version": "{{version}}", }, "os": Object { + "kernel_version": "6.5.0-1025-azure",
index.test.ts > E2E Tests > Electron v27.3.11 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer Crash (Custom Release Name): test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "39718fd0-3092-4f2b-b0f6-fd4249f30526.dmp", + "length": 118368, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": 139, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "x64", + "app_memory": 361992192, "app_name": "native-sentry-renderer-custom-release", "app_start_time": "{{time}}", "app_version": "1.0.0", }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:20:14.120Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", }, "electron": Object { "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": 139, + "reason": "crashed", + }, }, "node": Object { "name": "Node", "type": "runtime", "version": "{{version}}", }, "os": Object { + "kernel_version": "6.5.0-1025-azure",
index.test.ts > E2E Tests > Electron v27.3.11 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer forcefullyCrashRenderer: test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "19a9c548-c21d-4a35-be95-ccae399c5ed8.dmp", + "length": 126624, + "type": "attachment", }, ], + "data": Object { + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", "data": Object { - "breadcrumbs": Array [], + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": 133, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "x64", + "app_memory": 362254336, "app_name": "native-sentry-renderer-force-crash", "app_start_time": "{{time}}", "app_version": "1.0.0", }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:20:14.118Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", + }, + "electron": Object { + "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": 133, + "reason": "crashed", + }, }, "node": Object { "name": "Node", "type": "runtime", "version": "{{version}}", }, "os": Object { + "kernel_version": "6.5.0-1025-azure",
index.test.ts > E2E Tests > Electron v27.3.11 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer forcefullyCrashRenderer: test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "a37e07e4-c57c-40a3-89da-6cbe7882cf44.dmp", + "length": 129936, + "type": "attachment", }, ], + "data": Object { + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", "data": Object { - "breadcrumbs": Array [], + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": 133, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "x64", + "app_memory": 361627648, "app_name": "native-sentry-renderer-force-crash", "app_start_time": "{{time}}", "app_version": "1.0.0", }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:20:14.116Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", + }, + "electron": Object { + "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": 133, + "reason": "crashed", + }, }, "node": Object { "name": "Node", "type": "runtime", "version": "{{version}}", }, "os": Object { + "kernel_version": "6.5.0-1025-azure",
index.test.ts > E2E Tests > Electron v32.2.2 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer Crash: test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "6893657f-8396-4f29-ae28-0f8309150d38.dmp", + "length": 574720, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": 11, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "arm64", + "app_memory": 255016960, "app_name": "native-sentry-renderer", "app_start_time": "{{time}}", "app_version": "1.0.0", + "free_memory": 610385920, }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:20:06.844Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", }, "electron": Object { "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": 11, + "reason": "crashed", + }, }, "node": Object { "name": "Node", "type": "runtime", "version": "{{version}}", }, "os": Object { + "build": "23H311", +
index.test.ts > E2E Tests > Electron v32.2.2 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer Crash: test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "aeb23cec-bd17-4d4c-9300-c91c1ae0e019.dmp", + "length": 574528, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": 11, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "arm64", + "app_memory": 251428864, "app_name": "native-sentry-renderer", "app_start_time": "{{time}}", "app_version": "1.0.0", + "free_memory": 702644224, }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:20:06.812Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", }, "electron": Object { "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": 11, + "reason": "crashed", + }, }, "node": Object { "name": "Node", "type": "runtime", "version": "{{version}}", }, "os": Object { + "build": "23H311", +
index.test.ts > E2E Tests > Electron v32.2.2 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer Crash: test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "b0ba586d-a688-450e-a580-2ae2e071d525.dmp", + "length": 574720, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": 11, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "arm64", + "app_memory": 252870656, "app_name": "native-sentry-renderer", "app_start_time": "{{time}}", "app_version": "1.0.0", + "free_memory": 435126272, }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:20:06.890Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", }, "electron": Object { "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": 11, + "reason": "crashed", + }, }, "node": Object { "name": "Node", "type": "runtime", "version": "{{version}}", }, "os": Object { + "build": "23H311", +
index.test.ts > E2E Tests > Electron v32.2.2 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer Crash: test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "feb15d8b-7d9e-4613-a9cb-4fe901c20868.dmp", + "length": 574720, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": 11, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "arm64", + "app_memory": 252002304, "app_name": "native-sentry-renderer", "app_start_time": "{{time}}", "app_version": "1.0.0", + "free_memory": 457113600, }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:20:06.994Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", }, "electron": Object { "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": 11, + "reason": "crashed", + }, }, "node": Object { "name": "Node", "type": "runtime", "version": "{{version}}", }, "os": Object { + "build": "23H311", +
index.test.ts > E2E Tests > Electron v32.2.2 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer Crash (Custom Release Name): test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "e1eb737c-fa10-4923-8e78-ce39d7352b13.dmp", + "length": 574768, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": 11, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "arm64", + "app_memory": 253771776, "app_name": "native-sentry-renderer-custom-release", "app_start_time": "{{time}}", "app_version": "1.0.0", + "free_memory": 340967424, }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:20:06.588Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", }, "electron": Object { "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": 11, + "reason": "crashed", + }, }, "node": Object { "name": "Node", "type": "runtime", "version": "{{version}}", }, "os": Object { + "build"
index.test.ts > E2E Tests > Electron v32.2.2 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer Crash (Custom Release Name): test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "6b19f26b-bc09-46a6-a082-8ee8649fdd5e.dmp", + "length": 551456, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": 11, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "arm64", + "app_memory": 253968384, "app_name": "native-sentry-renderer-custom-release", "app_start_time": "{{time}}", "app_version": "1.0.0", + "free_memory": 429129728, }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:20:06.732Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", }, "electron": Object { "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": 11, + "reason": "crashed", + }, }, "node": Object { "name": "Node", "type": "runtime", "version": "{{version}}", }, "os": Object { + "build"
index.test.ts > E2E Tests > Electron v32.2.2 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer Crash (Custom Release Name): test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "078b7db2-e7fa-4ba0-a47b-e55bb5ade195.dmp", + "length": 574768, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": 11, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "arm64", + "app_memory": 255557632, "app_name": "native-sentry-renderer-custom-release", "app_start_time": "{{time}}", "app_version": "1.0.0", + "free_memory": 484229120, }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:20:06.678Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", }, "electron": Object { "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": 11, + "reason": "crashed", + }, }, "node": Object { "name": "Node", "type": "runtime", "version": "{{version}}", }, "os": Object { + "build"
index.test.ts > E2E Tests > Electron v32.2.2 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer Crash (Custom Release Name): test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "49aa1a43-52d0-4ef6-8e6d-1774c5c0f10b.dmp", + "length": 597872, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": 11, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "arm64", + "app_memory": 254197760, "app_name": "native-sentry-renderer-custom-release", "app_start_time": "{{time}}", "app_version": "1.0.0", + "free_memory": 576651264, }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:20:06.619Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", }, "electron": Object { "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": 11, + "reason": "crashed", + }, }, "node": Object { "name": "Node", "type": "runtime", "version": "{{version}}", }, "os": Object { + "build"
index.test.ts > E2E Tests > Electron v32.2.2 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer forcefullyCrashRenderer: test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "1aef92a4-dfac-49b1-81ea-397fca54322b.dmp", + "length": 570896, + "type": "attachment", }, ], + "data": Object { + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", "data": Object { - "breadcrumbs": Array [], + "exitCode": 2, + "reason": "killed", + }, + "level": "warning", + "message": "'renderer' process exited with 'killed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process killed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "arm64", + "app_memory": 262455296, "app_name": "native-sentry-renderer-force-crash", "app_start_time": "{{time}}", "app_version": "1.0.0", + "free_memory": 550879232, }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:20:06.710Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", + }, + "electron": Object { + "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": 2, + "reason": "killed", + }, }, "node": Object { "name": "Node", "type": "runtime", "version": "{{version}}", }, "os": Object { + "build": "23H3
index.test.ts > E2E Tests > Electron v32.2.2 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer forcefullyCrashRenderer: test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "cd74a9a6-75fc-402f-a81a-ad41cf313987.dmp", + "length": 594016, + "type": "attachment", }, ], + "data": Object { + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", "data": Object { - "breadcrumbs": Array [], + "exitCode": 2, + "reason": "killed", + }, + "level": "warning", + "message": "'renderer' process exited with 'killed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process killed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "arm64", + "app_memory": 260571136, "app_name": "native-sentry-renderer-force-crash", "app_start_time": "{{time}}", "app_version": "1.0.0", + "free_memory": 563757056, }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:20:06.070Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", + }, + "electron": Object { + "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": 2, + "reason": "killed", + }, }, "node": Object { "name": "Node", "type": "runtime", "version": "{{version}}", }, "os": Object { + "build": "23H3
index.test.ts > E2E Tests > Electron v28.3.3 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer Crash: test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "f4997a59-fe02-4209-80a3-c374dd813cdc.dmp", + "length": 119200, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": 139, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "x64", + "app_memory": 368803840, "app_name": "native-sentry-renderer", "app_start_time": "{{time}}", "app_version": "1.0.0", }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:20:19.413Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", }, "electron": Object { "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": 139, + "reason": "crashed", + }, }, "node": Object { "name": "Node", "type": "runtime", "version": "{{version}}", }, "os": Object { + "kernel_version": "6.5.0-1025-azure", "name": "{
index.test.ts > E2E Tests > Electron v28.3.3 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer Crash: test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "892b8b96-01b1-41a0-bc35-1bedea726f9e.dmp", + "length": 127584, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": 139, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "x64", + "app_memory": 366972928, "app_name": "native-sentry-renderer", "app_start_time": "{{time}}", "app_version": "1.0.0", }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:20:19.408Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", }, "electron": Object { "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": 139, + "reason": "crashed", + }, }, "node": Object { "name": "Node", "type": "runtime", "version": "{{version}}", }, "os": Object { + "kernel_version": "6.5.0-1025-azure", "name": "{
index.test.ts > E2E Tests > Electron v28.3.3 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer Crash: test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "b75fdc32-1ff1-4ca3-a2f6-3e0828e30c69.dmp", + "length": 126896, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": 139, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "x64", + "app_memory": 367554560, "app_name": "native-sentry-renderer", "app_start_time": "{{time}}", "app_version": "1.0.0", }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:20:19.406Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", }, "electron": Object { "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": 139, + "reason": "crashed", + }, }, "node": Object { "name": "Node", "type": "runtime", "version": "{{version}}", }, "os": Object { + "kernel_version": "6.5.0-1025-azure", "name": "{
index.test.ts > E2E Tests > Electron v28.3.3 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer Crash: test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "51c01088-1e61-49cf-9500-b038eb893ca5.dmp", + "length": 132736, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": 139, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "x64", + "app_memory": 367484928, "app_name": "native-sentry-renderer", "app_start_time": "{{time}}", "app_version": "1.0.0", }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:20:19.408Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", }, "electron": Object { "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": 139, + "reason": "crashed", + }, }, "node": Object { "name": "Node", "type": "runtime", "version": "{{version}}", }, "os": Object { + "kernel_version": "6.5.0-1025-azure", "name": "{
index.test.ts > E2E Tests > Electron v28.3.3 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer Crash (Custom Release Name): test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "152aa2eb-32d4-4e30-8d5e-b58f05d6e85d.dmp", + "length": 126976, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": 139, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "x64", + "app_memory": 364662784, "app_name": "native-sentry-renderer-custom-release", "app_start_time": "{{time}}", "app_version": "1.0.0", }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:20:19.406Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", }, "electron": Object { "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": 139, + "reason": "crashed", + }, }, "node": Object { "name": "Node", "type": "runtime", "version": "{{version}}", }, "os": Object { + "kernel_version": "6.5.0-1025-azure",
index.test.ts > E2E Tests > Electron v28.3.3 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer Crash (Custom Release Name): test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "245550d7-049e-4fb5-9e3b-6e66901209e8.dmp", + "length": 117824, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": 139, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "x64", + "app_memory": 365424640, "app_name": "native-sentry-renderer-custom-release", "app_start_time": "{{time}}", "app_version": "1.0.0", }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:20:19.405Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", }, "electron": Object { "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": 139, + "reason": "crashed", + }, }, "node": Object { "name": "Node", "type": "runtime", "version": "{{version}}", }, "os": Object { + "kernel_version": "6.5.0-1025-azure",
index.test.ts > E2E Tests > Electron v28.3.3 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer Crash (Custom Release Name): test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "a67ffa5c-d576-4e73-9810-2c9044064644.dmp", + "length": 131456, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": 139, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "x64", + "app_memory": 363159552, "app_name": "native-sentry-renderer-custom-release", "app_start_time": "{{time}}", "app_version": "1.0.0", }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:20:19.411Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", }, "electron": Object { "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": 139, + "reason": "crashed", + }, }, "node": Object { "name": "Node", "type": "runtime", "version": "{{version}}", }, "os": Object { + "kernel_version": "6.5.0-1025-azure",
index.test.ts > E2E Tests > Electron v28.3.3 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer Crash (Custom Release Name): test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "8978a09b-02c6-4fe3-8ef6-62e783b0abf7.dmp", + "length": 130448, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": 139, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "x64", + "app_memory": 365105152, "app_name": "native-sentry-renderer-custom-release", "app_start_time": "{{time}}", "app_version": "1.0.0", }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:20:19.412Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", }, "electron": Object { "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": 139, + "reason": "crashed", + }, }, "node": Object { "name": "Node", "type": "runtime", "version": "{{version}}", }, "os": Object { + "kernel_version": "6.5.0-1025-azure",
index.test.ts > E2E Tests > Electron v28.3.3 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer forcefullyCrashRenderer: test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "c07205dc-886d-473d-8b56-b18a9e7aa3e3.dmp", + "length": 134736, + "type": "attachment", }, ], + "data": Object { + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", "data": Object { - "breadcrumbs": Array [], + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": 133, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "x64", + "app_memory": 364490752, "app_name": "native-sentry-renderer-force-crash", "app_start_time": "{{time}}", "app_version": "1.0.0", }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:20:19.413Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", + }, + "electron": Object { + "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": 133, + "reason": "crashed", + }, }, "node": Object { "name": "Node", "type": "runtime", "version": "{{version}}", }, "os": Object { + "kernel_version": "6.5.0-1025-azure",
index.test.ts > E2E Tests > Electron v28.3.3 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer forcefullyCrashRenderer: test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "dfed769e-233b-418f-af4b-a32c5afc082e.dmp", + "length": 142720, + "type": "attachment", }, ], + "data": Object { + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", "data": Object { - "breadcrumbs": Array [], + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": 133, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "x64", + "app_memory": 366735360, "app_name": "native-sentry-renderer-force-crash", "app_start_time": "{{time}}", "app_version": "1.0.0", }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:20:19.406Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", + }, + "electron": Object { + "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": 133, + "reason": "crashed", + }, }, "node": Object { "name": "Node", "type": "runtime", "version": "{{version}}", }, "os": Object { + "kernel_version": "6.5.0-1025-azure",
index.test.ts > E2E Tests > Electron v30.5.1 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer Crash: test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "cfbcedcf-a4d3-415f-a222-cc81dbfb4763.dmp", + "length": 127856, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": 139, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "x64", + "app_memory": 375529472, "app_name": "native-sentry-renderer", "app_start_time": "{{time}}", "app_version": "1.0.0", + "free_memory": 15289323520, }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:19:08.263Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", }, "electron": Object { "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": 139, + "reason": "crashed", + }, }, "node": Object { "name": "Node", "type": "runtime", "version": "{{version}}", }, "os": Object { + "kernel_version": "6
index.test.ts > E2E Tests > Electron v30.5.1 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer Crash: test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "ca12ba76-56e6-4c20-9dbf-6eb00af7fb6a.dmp", + "length": 134464, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": 139, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "x64", + "app_memory": 372944896, "app_name": "native-sentry-renderer", "app_start_time": "{{time}}", "app_version": "1.0.0", + "free_memory": 15273603072, }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:19:08.271Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", }, "electron": Object { "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": 139, + "reason": "crashed", + }, }, "node": Object { "name": "Node", "type": "runtime", "version": "{{version}}", }, "os": Object { + "kernel_version": "6
index.test.ts > E2E Tests > Electron v30.5.1 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer Crash: test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "184dd4a6-465b-454c-bc0d-8c9e7296749d.dmp", + "length": 124272, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": 139, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "x64", + "app_memory": 373997568, "app_name": "native-sentry-renderer", "app_start_time": "{{time}}", "app_version": "1.0.0", + "free_memory": 15265067008, }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:19:08.267Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", }, "electron": Object { "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": 139, + "reason": "crashed", + }, }, "node": Object { "name": "Node", "type": "runtime", "version": "{{version}}", }, "os": Object { + "kernel_version": "6
index.test.ts > E2E Tests > Electron v30.5.1 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer Crash: test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "4ae40c8e-a92e-4237-a258-5c256255ed49.dmp", + "length": 133312, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": 139, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "x64", + "app_memory": 371802112, "app_name": "native-sentry-renderer", "app_start_time": "{{time}}", "app_version": "1.0.0", + "free_memory": 15282978816, }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:19:08.268Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", }, "electron": Object { "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": 139, + "reason": "crashed", + }, }, "node": Object { "name": "Node", "type": "runtime", "version": "{{version}}", }, "os": Object { + "kernel_version": "6
index.test.ts > E2E Tests > Electron v30.5.1 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer Crash (Custom Release Name): test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "f9fb9235-1577-4eea-a32a-20c6e11fb3c9.dmp", + "length": 129200, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": 139, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "x64", + "app_memory": 374280192, "app_name": "native-sentry-renderer-custom-release", "app_start_time": "{{time}}", "app_version": "1.0.0", + "free_memory": 15243563008, }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:19:08.265Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", }, "electron": Object { "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": 139, + "reason": "crashed", + }, }, "node": Object { "name": "Node", "type": "runtime", "version": "{{version}}", }, "os": Object { + "kern
index.test.ts > E2E Tests > Electron v30.5.1 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer Crash (Custom Release Name): test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "e370fc2d-6968-4b85-9a07-0ed31b5c2086.dmp", + "length": 134320, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": 139, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "x64", + "app_memory": 375808000, "app_name": "native-sentry-renderer-custom-release", "app_start_time": "{{time}}", "app_version": "1.0.0", + "free_memory": 15247454208, }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:19:08.265Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", }, "electron": Object { "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": 139, + "reason": "crashed", + }, }, "node": Object { "name": "Node", "type": "runtime", "version": "{{version}}", }, "os": Object { + "kern
index.test.ts > E2E Tests > Electron v30.5.1 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer Crash (Custom Release Name): test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "5ec9ff5f-260d-4097-b6ec-149376140ad4.dmp", + "length": 131872, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": 139, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "x64", + "app_memory": 374710272, "app_name": "native-sentry-renderer-custom-release", "app_start_time": "{{time}}", "app_version": "1.0.0", + "free_memory": 15228968960, }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:19:08.263Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", }, "electron": Object { "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": 139, + "reason": "crashed", + }, }, "node": Object { "name": "Node", "type": "runtime", "version": "{{version}}", }, "os": Object { + "kern
index.test.ts > E2E Tests > Electron v30.5.1 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer Crash (Custom Release Name): test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "d7909a51-1631-43a6-b7e8-14159868c922.dmp", + "length": 121888, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": 139, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "x64", + "app_memory": 373297152, "app_name": "native-sentry-renderer-custom-release", "app_start_time": "{{time}}", "app_version": "1.0.0", + "free_memory": 15254147072, }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:19:08.270Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", }, "electron": Object { "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": 139, + "reason": "crashed", + }, }, "node": Object { "name": "Node", "type": "runtime", "version": "{{version}}", }, "os": Object { + "kern
index.test.ts > E2E Tests > Electron v30.5.1 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer forcefullyCrashRenderer: test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "11992c67-b9f3-44d1-8d19-1723204a4442.dmp", + "length": 130144, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": 139, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "x64", + "app_memory": 374050816, "app_name": "native-sentry-renderer-force-crash", "app_start_time": "{{time}}", "app_version": "1.0.0", + "free_memory": 15233929216, }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:19:08.266Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", + }, + "electron": Object { + "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": 139, + "reason": "crashed", + }, }, "node": Object { "name": "Node", "type": "runtime", "version": "{{version}}", }, "os": Object { + "kernel_
index.test.ts > E2E Tests > Electron v30.5.1 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer forcefullyCrashRenderer: test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "62593c56-96da-49e1-8815-45919a4e68af.dmp", + "length": 125232, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": 139, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "x64", + "app_memory": 372449280, "app_name": "native-sentry-renderer-force-crash", "app_start_time": "{{time}}", "app_version": "1.0.0", + "free_memory": 15220142080, }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:19:08.264Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", + }, + "electron": Object { + "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": 139, + "reason": "crashed", + }, }, "node": Object { "name": "Node", "type": "runtime", "version": "{{version}}", }, "os": Object { + "kernel_
index.test.ts > E2E Tests > Electron v31.7.3 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer Crash: test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "7330548b-f9b7-4b19-ade9-4117b9387f2e.dmp", + "length": 125328, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": 139, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "x64", + "app_memory": 377462784, "app_name": "native-sentry-renderer", "app_start_time": "{{time}}", "app_version": "1.0.0", + "free_memory": 15280140288, }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:25:02.240Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", }, "electron": Object { "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": 139, + "reason": "crashed", + }, }, "node": Object { "name": "Node", "type": "runtime", "version": "{{version}}", }, "os": Object { + "kernel_version": "6
index.test.ts > E2E Tests > Electron v31.7.3 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer Crash: test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "09bedc4c-2de5-4dd4-bf5d-49bb53128bcd.dmp", + "length": 124256, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": 139, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "x64", + "app_memory": 378331136, "app_name": "native-sentry-renderer", "app_start_time": "{{time}}", "app_version": "1.0.0", + "free_memory": 15281639424, }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:25:02.237Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", }, "electron": Object { "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": 139, + "reason": "crashed", + }, }, "node": Object { "name": "Node", "type": "runtime", "version": "{{version}}", }, "os": Object { + "kernel_version": "6
index.test.ts > E2E Tests > Electron v31.7.3 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer Crash: test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "4957d3d6-3ee2-432a-b366-66fbf0a50b7d.dmp", + "length": 126416, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": 139, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "x64", + "app_memory": 378777600, "app_name": "native-sentry-renderer", "app_start_time": "{{time}}", "app_version": "1.0.0", + "free_memory": 15288868864, }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:25:02.242Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", }, "electron": Object { "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": 139, + "reason": "crashed", + }, }, "node": Object { "name": "Node", "type": "runtime", "version": "{{version}}", }, "os": Object { + "kernel_version": "6
index.test.ts > E2E Tests > Electron v31.7.3 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer Crash: test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "1979c4d9-5c04-4086-96af-70f4cd639a81.dmp", + "length": 128000, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": 139, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "x64", + "app_memory": 375947264, "app_name": "native-sentry-renderer", "app_start_time": "{{time}}", "app_version": "1.0.0", + "free_memory": 15288569856, }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:25:02.237Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", }, "electron": Object { "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": 139, + "reason": "crashed", + }, }, "node": Object { "name": "Node", "type": "runtime", "version": "{{version}}", }, "os": Object { + "kernel_version": "6
index.test.ts > E2E Tests > Electron v31.7.3 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer Crash (Custom Release Name): test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "7c7e5241-b18a-4a3a-b0f3-f21febd3e597.dmp", + "length": 123584, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": 139, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "x64", + "app_memory": 377495552, "app_name": "native-sentry-renderer-custom-release", "app_start_time": "{{time}}", "app_version": "1.0.0", + "free_memory": 15268679680, }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:25:02.245Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", }, "electron": Object { "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": 139, + "reason": "crashed", + }, }, "node": Object { "name": "Node", "type": "runtime", "version": "{{version}}", }, "os": Object { + "kern
index.test.ts > E2E Tests > Electron v31.7.3 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer Crash (Custom Release Name): test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "2e088579-48d3-4107-80e8-7b146d069d00.dmp", + "length": 121568, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": 139, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "x64", + "app_memory": 374542336, "app_name": "native-sentry-renderer-custom-release", "app_start_time": "{{time}}", "app_version": "1.0.0", + "free_memory": 15268909056, }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:25:02.236Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", }, "electron": Object { "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": 139, + "reason": "crashed", + }, }, "node": Object { "name": "Node", "type": "runtime", "version": "{{version}}", }, "os": Object { + "kern
index.test.ts > E2E Tests > Electron v31.7.3 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer Crash (Custom Release Name): test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "f0b6e421-213c-4151-9571-931493746c29.dmp", + "length": 116320, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": 139, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "x64", + "app_memory": 377004032, "app_name": "native-sentry-renderer-custom-release", "app_start_time": "{{time}}", "app_version": "1.0.0", + "free_memory": 15262150656, }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:25:02.245Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", }, "electron": Object { "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": 139, + "reason": "crashed", + }, }, "node": Object { "name": "Node", "type": "runtime", "version": "{{version}}", }, "os": Object { + "kern
index.test.ts > E2E Tests > Electron v31.7.3 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer Crash (Custom Release Name): test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "a014ac53-acde-4d07-90a2-d57325d70970.dmp", + "length": 128864, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": 139, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "x64", + "app_memory": 380211200, "app_name": "native-sentry-renderer-custom-release", "app_start_time": "{{time}}", "app_version": "1.0.0", + "free_memory": 15268831232, }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:25:02.236Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", }, "electron": Object { "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": 139, + "reason": "crashed", + }, }, "node": Object { "name": "Node", "type": "runtime", "version": "{{version}}", }, "os": Object { + "kern
index.test.ts > E2E Tests > Electron v31.7.3 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer forcefullyCrashRenderer: test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "54fae9ef-44f5-4ca3-8eb5-9f637c0fa59b.dmp", + "length": 136448, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": 139, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "x64", + "app_memory": 378183680, "app_name": "native-sentry-renderer-force-crash", "app_start_time": "{{time}}", "app_version": "1.0.0", + "free_memory": 15235379200, }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:25:02.241Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", + }, + "electron": Object { + "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": 139, + "reason": "crashed", + }, }, "node": Object { "name": "Node", "type": "runtime", "version": "{{version}}", }, "os": Object { + "kernel_
index.test.ts > E2E Tests > Electron v31.7.3 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer forcefullyCrashRenderer: test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "5fc8e432-026c-4f3f-a633-953db09bb25a.dmp", + "length": 122048, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": 139, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "x64", + "app_memory": 377966592, "app_name": "native-sentry-renderer-force-crash", "app_start_time": "{{time}}", "app_version": "1.0.0", + "free_memory": 15237193728, }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:25:02.239Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", + }, + "electron": Object { + "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": 139, + "reason": "crashed", + }, }, "node": Object { "name": "Node", "type": "runtime", "version": "{{version}}", }, "os": Object { + "kernel_
index.test.ts > E2E Tests > Electron v32.2.2 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer Crash: test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "4fb58118-e4a6-4d5f-ad90-7b8bf583b4f7.dmp", + "length": 123488, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": 139, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "x64", + "app_memory": 381599744, "app_name": "native-sentry-renderer", "app_start_time": "{{time}}", "app_version": "1.0.0", + "free_memory": 15268876288, }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:19:27.236Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", }, "electron": Object { "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": 139, + "reason": "crashed", + }, }, "node": Object { "name": "Node", "type": "runtime", "version": "{{version}}", }, "os": Object { + "kernel_version": "6
index.test.ts > E2E Tests > Electron v32.2.2 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer Crash: test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "2cbe0a9b-a0ca-4794-ba96-1f92f5b3e34e.dmp", + "length": 135312, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": 139, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "x64", + "app_memory": 380379136, "app_name": "native-sentry-renderer", "app_start_time": "{{time}}", "app_version": "1.0.0", + "free_memory": 15233921024, }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:19:27.242Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", }, "electron": Object { "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": 139, + "reason": "crashed", + }, }, "node": Object { "name": "Node", "type": "runtime", "version": "{{version}}", }, "os": Object { + "kernel_version": "6
index.test.ts > E2E Tests > Electron v32.2.2 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer Crash: test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "725be070-52e9-4b3f-a549-2b5a0e353bd4.dmp", + "length": 127840, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": 139, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "x64", + "app_memory": 380801024, "app_name": "native-sentry-renderer", "app_start_time": "{{time}}", "app_version": "1.0.0", + "free_memory": 15273103360, }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:19:27.242Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", }, "electron": Object { "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": 139, + "reason": "crashed", + }, }, "node": Object { "name": "Node", "type": "runtime", "version": "{{version}}", }, "os": Object { + "kernel_version": "6
index.test.ts > E2E Tests > Electron v32.2.2 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer Crash: test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "7acdddec-7dcc-4305-b3a2-c6012ed86a9a.dmp", + "length": 128432, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": 139, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "x64", + "app_memory": 380420096, "app_name": "native-sentry-renderer", "app_start_time": "{{time}}", "app_version": "1.0.0", + "free_memory": 15260504064, }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:19:27.241Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", }, "electron": Object { "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": 139, + "reason": "crashed", + }, }, "node": Object { "name": "Node", "type": "runtime", "version": "{{version}}", }, "os": Object { + "kernel_version": "6
index.test.ts > E2E Tests > Electron v32.2.2 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer Crash (Custom Release Name): test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "c707ab4a-ec65-48b2-86a4-cd6ccbc14d06.dmp", + "length": 127232, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": 139, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "x64", + "app_memory": 382464000, "app_name": "native-sentry-renderer-custom-release", "app_start_time": "{{time}}", "app_version": "1.0.0", + "free_memory": 15230742528, }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:19:27.245Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", }, "electron": Object { "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": 139, + "reason": "crashed", + }, }, "node": Object { "name": "Node", "type": "runtime", "version": "{{version}}", }, "os": Object { + "kern
index.test.ts > E2E Tests > Electron v32.2.2 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer Crash (Custom Release Name): test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "20505f9a-ae0e-4856-93ec-e8e21c4bb9da.dmp", + "length": 133312, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": 139, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "x64", + "app_memory": 379482112, "app_name": "native-sentry-renderer-custom-release", "app_start_time": "{{time}}", "app_version": "1.0.0", + "free_memory": 15224107008, }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:19:27.237Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", }, "electron": Object { "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": 139, + "reason": "crashed", + }, }, "node": Object { "name": "Node", "type": "runtime", "version": "{{version}}", }, "os": Object { + "kern
index.test.ts > E2E Tests > Electron v32.2.2 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer Crash (Custom Release Name): test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "addd7fc0-82b8-4f4f-b207-2d6c2a542ff6.dmp", + "length": 123584, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": 139, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "x64", + "app_memory": 378068992, "app_name": "native-sentry-renderer-custom-release", "app_start_time": "{{time}}", "app_version": "1.0.0", + "free_memory": 15246053376, }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:19:27.245Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", }, "electron": Object { "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": 139, + "reason": "crashed", + }, }, "node": Object { "name": "Node", "type": "runtime", "version": "{{version}}", }, "os": Object { + "kern
index.test.ts > E2E Tests > Electron v32.2.2 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer Crash (Custom Release Name): test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "af3a7331-848a-42cd-a2b1-d4998cd6f3be.dmp", + "length": 123488, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": 139, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "x64", + "app_memory": 380604416, "app_name": "native-sentry-renderer-custom-release", "app_start_time": "{{time}}", "app_version": "1.0.0", + "free_memory": 15209111552, }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:19:27.241Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", }, "electron": Object { "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": 139, + "reason": "crashed", + }, }, "node": Object { "name": "Node", "type": "runtime", "version": "{{version}}", }, "os": Object { + "kern
index.test.ts > E2E Tests > Electron v32.2.2 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer forcefullyCrashRenderer: test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "3929fe14-345d-4e9a-8289-db37c279e688.dmp", + "length": 114576, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": 139, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "x64", + "app_memory": 381308928, "app_name": "native-sentry-renderer-force-crash", "app_start_time": "{{time}}", "app_version": "1.0.0", + "free_memory": 15215230976, }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:19:27.239Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", + }, + "electron": Object { + "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": 139, + "reason": "crashed", + }, }, "node": Object { "name": "Node", "type": "runtime", "version": "{{version}}", }, "os": Object { + "kernel_
index.test.ts > E2E Tests > Electron v32.2.2 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer forcefullyCrashRenderer: test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "d18dee28-e42f-4d80-a260-df1ebdd2f144.dmp", + "length": 115392, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": 139, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "x64", + "app_memory": 382517248, "app_name": "native-sentry-renderer-force-crash", "app_start_time": "{{time}}", "app_version": "1.0.0", + "free_memory": 15205535744, }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:19:27.239Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", + }, + "electron": Object { + "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": 139, + "reason": "crashed", + }, }, "node": Object { "name": "Node", "type": "runtime", "version": "{{version}}", }, "os": Object { + "kernel_
index.test.ts > E2E Tests > Electron v30.5.1 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer Crash: test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "bba948a4-3694-462e-b263-ee1c6f121e4b.dmp", + "length": 576160, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": 11, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "arm64", + "app_memory": 249987072, "app_name": "native-sentry-renderer", "app_start_time": "{{time}}", "app_version": "1.0.0", + "free_memory": 417988608, }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:17:37.555Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", }, "electron": Object { "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": 11, + "reason": "crashed", + }, }, "node": Object { "name": "Node", "type": "runtime", "version": "{{version}}", }, "os": Object { + "build": "23H311", +
index.test.ts > E2E Tests > Electron v30.5.1 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer Crash: test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "f94c6b00-c40d-42b2-a294-7c782003e080.dmp", + "length": 599344, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": 11, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "arm64", + "app_memory": 248446976, "app_name": "native-sentry-renderer", "app_start_time": "{{time}}", "app_version": "1.0.0", + "free_memory": 233078784, }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:17:37.861Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", }, "electron": Object { "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": 11, + "reason": "crashed", + }, }, "node": Object { "name": "Node", "type": "runtime", "version": "{{version}}", }, "os": Object { + "build": "23H311", +
index.test.ts > E2E Tests > Electron v30.5.1 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer Crash: test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "709c5568-8fa9-4bde-a558-8fada7521db6.dmp", + "length": 576160, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": 11, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "arm64", + "app_memory": 250298368, "app_name": "native-sentry-renderer", "app_start_time": "{{time}}", "app_version": "1.0.0", + "free_memory": 314671104, }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:17:37.103Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", }, "electron": Object { "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": 11, + "reason": "crashed", + }, }, "node": Object { "name": "Node", "type": "runtime", "version": "{{version}}", }, "os": Object { + "build": "23H311", +
index.test.ts > E2E Tests > Electron v30.5.1 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer Crash: test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "3b842d26-82ea-4cd8-bf5a-d7cac5f052f4.dmp", + "length": 576160, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": 11, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "arm64", + "app_memory": 251035648, "app_name": "native-sentry-renderer", "app_start_time": "{{time}}", "app_version": "1.0.0", + "free_memory": 221102080, }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:17:37.288Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", }, "electron": Object { "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": 11, + "reason": "crashed", + }, }, "node": Object { "name": "Node", "type": "runtime", "version": "{{version}}", }, "os": Object { + "build": "23H311", +
index.test.ts > E2E Tests > Electron v30.5.1 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer Crash (Custom Release Name): test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "db30ca7b-f2af-4cce-8f8b-ddc8be3c58ed.dmp", + "length": 599392, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": 11, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "arm64", + "app_memory": 249364480, "app_name": "native-sentry-renderer-custom-release", "app_start_time": "{{time}}", "app_version": "1.0.0", + "free_memory": 341901312, }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:17:37.147Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", }, "electron": Object { "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": 11, + "reason": "crashed", + }, }, "node": Object { "name": "Node", "type": "runtime", "version": "{{version}}", }, "os": Object { + "build"
index.test.ts > E2E Tests > Electron v30.5.1 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer Crash (Custom Release Name): test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "65d1e811-73f2-4eb3-a079-8a2342ff5b9c.dmp", + "length": 576208, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": 11, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "arm64", + "app_memory": 249430016, "app_name": "native-sentry-renderer-custom-release", "app_start_time": "{{time}}", "app_version": "1.0.0", + "free_memory": 442449920, }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:17:37.613Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", }, "electron": Object { "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": 11, + "reason": "crashed", + }, }, "node": Object { "name": "Node", "type": "runtime", "version": "{{version}}", }, "os": Object { + "build"
index.test.ts > E2E Tests > Electron v30.5.1 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer Crash (Custom Release Name): test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "452bfac7-444e-4ba3-8c92-73c19ae067a7.dmp", + "length": 576208, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": 11, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "arm64", + "app_memory": 250396672, "app_name": "native-sentry-renderer-custom-release", "app_start_time": "{{time}}", "app_version": "1.0.0", + "free_memory": 546668544, }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:17:37.071Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", }, "electron": Object { "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": 11, + "reason": "crashed", + }, }, "node": Object { "name": "Node", "type": "runtime", "version": "{{version}}", }, "os": Object { + "build"
index.test.ts > E2E Tests > Electron v30.5.1 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer Crash (Custom Release Name): test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "bbbd52ee-40ea-4102-aac0-6e5f3a57b65d.dmp", + "length": 576208, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": 11, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "arm64", + "app_memory": 248922112, "app_name": "native-sentry-renderer-custom-release", "app_start_time": "{{time}}", "app_version": "1.0.0", + "free_memory": 414564352, }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:17:37.156Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", }, "electron": Object { "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": 11, + "reason": "crashed", + }, }, "node": Object { "name": "Node", "type": "runtime", "version": "{{version}}", }, "os": Object { + "build"
index.test.ts > E2E Tests > Electron v30.5.1 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer forcefullyCrashRenderer: test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "b9308f47-2849-42e2-9681-004b8cc55e1f.dmp", + "length": 571984, + "type": "attachment", }, ], + "data": Object { + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", "data": Object { - "breadcrumbs": Array [], + "exitCode": 2, + "reason": "killed", + }, + "level": "warning", + "message": "'renderer' process exited with 'killed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process killed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "arm64", + "app_memory": 257327104, "app_name": "native-sentry-renderer-force-crash", "app_start_time": "{{time}}", "app_version": "1.0.0", + "free_memory": 407732224, }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:17:37.271Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", + }, + "electron": Object { + "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": 2, + "reason": "killed", + }, }, "node": Object { "name": "Node", "type": "runtime", "version": "{{version}}", }, "os": Object { + "build": "23H3
index.test.ts > E2E Tests > Electron v30.5.1 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer forcefullyCrashRenderer: test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "c8adefc5-264c-4367-aa09-0daac64674db.dmp", + "length": 571984, + "type": "attachment", }, ], + "data": Object { + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", "data": Object { - "breadcrumbs": Array [], + "exitCode": 2, + "reason": "killed", + }, + "level": "warning", + "message": "'renderer' process exited with 'killed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process killed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "arm64", + "app_memory": 256196608, "app_name": "native-sentry-renderer-force-crash", "app_start_time": "{{time}}", "app_version": "1.0.0", + "free_memory": 413908992, }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:17:37.741Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", + }, + "electron": Object { + "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": 2, + "reason": "killed", + }, }, "node": Object { "name": "Node", "type": "runtime", "version": "{{version}}", }, "os": Object { + "build": "23H3
index.test.ts > E2E Tests > Electron v33.0.2 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer Crash: test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "e35008c5-02ea-4814-a73f-641b9a007c0b.dmp", + "length": 127824, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": 139, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "x64", + "app_memory": 381796352, "app_name": "native-sentry-renderer", "app_start_time": "{{time}}", "app_version": "1.0.0", + "free_memory": 15253147648, }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:20:35.889Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", }, "electron": Object { "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": 139, + "reason": "crashed", + }, }, "node": Object { "name": "Node", "type": "runtime", "version": "{{version}}", }, "os": Object { + "kernel_version": "6
index.test.ts > E2E Tests > Electron v33.0.2 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer Crash: test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "69e5572e-36a2-4465-8b81-dbc6faa3b6f8.dmp", + "length": 128336, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": 139, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "x64", + "app_memory": 380284928, "app_name": "native-sentry-renderer", "app_start_time": "{{time}}", "app_version": "1.0.0", + "free_memory": 15276322816, }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:20:35.889Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", }, "electron": Object { "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": 139, + "reason": "crashed", + }, }, "node": Object { "name": "Node", "type": "runtime", "version": "{{version}}", }, "os": Object { + "kernel_version": "6
index.test.ts > E2E Tests > Electron v33.0.2 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer Crash: test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "b412f94a-c963-437f-9fe1-7fc6fb2d8006.dmp", + "length": 123056, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": 139, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "x64", + "app_memory": 381886464, "app_name": "native-sentry-renderer", "app_start_time": "{{time}}", "app_version": "1.0.0", + "free_memory": 15250227200, }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:20:35.891Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", }, "electron": Object { "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": 139, + "reason": "crashed", + }, }, "node": Object { "name": "Node", "type": "runtime", "version": "{{version}}", }, "os": Object { + "kernel_version": "6
index.test.ts > E2E Tests > Electron v33.0.2 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer Crash: test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "cb50fe32-2c8f-4497-8208-b9ebf8f5a563.dmp", + "length": 115872, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": 139, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "x64", + "app_memory": 379633664, "app_name": "native-sentry-renderer", "app_start_time": "{{time}}", "app_version": "1.0.0", + "free_memory": 15252881408, }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:20:35.891Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", }, "electron": Object { "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": 139, + "reason": "crashed", + }, }, "node": Object { "name": "Node", "type": "runtime", "version": "{{version}}", }, "os": Object { + "kernel_version": "6
index.test.ts > E2E Tests > Electron v33.0.2 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer Crash (Custom Release Name): test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "4c606c30-30bc-4020-8cfb-346cf0b93493.dmp", + "length": 116864, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": 139, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "x64", + "app_memory": 381698048, "app_name": "native-sentry-renderer-custom-release", "app_start_time": "{{time}}", "app_version": "1.0.0", + "free_memory": 15227953152, }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:20:35.882Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", }, "electron": Object { "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": 139, + "reason": "crashed", + }, }, "node": Object { "name": "Node", "type": "runtime", "version": "{{version}}", }, "os": Object { + "kern
index.test.ts > E2E Tests > Electron v33.0.2 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer Crash (Custom Release Name): test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "11cbd446-546b-4a79-b7dc-74cfd7baaa48.dmp", + "length": 126384, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": 139, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "x64", + "app_memory": 383471616, "app_name": "native-sentry-renderer-custom-release", "app_start_time": "{{time}}", "app_version": "1.0.0", + "free_memory": 15223910400, }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:20:35.882Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", }, "electron": Object { "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": 139, + "reason": "crashed", + }, }, "node": Object { "name": "Node", "type": "runtime", "version": "{{version}}", }, "os": Object { + "kern
index.test.ts > E2E Tests > Electron v33.0.2 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer Crash (Custom Release Name): test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "e31ff9fe-8a77-45e9-89df-0686b1a97e2c.dmp", + "length": 121248, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": 139, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "x64", + "app_memory": 383770624, "app_name": "native-sentry-renderer-custom-release", "app_start_time": "{{time}}", "app_version": "1.0.0", + "free_memory": 15226548224, }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:20:35.887Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", }, "electron": Object { "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": 139, + "reason": "crashed", + }, }, "node": Object { "name": "Node", "type": "runtime", "version": "{{version}}", }, "os": Object { + "kern
index.test.ts > E2E Tests > Electron v33.0.2 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer Crash (Custom Release Name): test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "d8dc2d43-9f04-4261-9d3f-6b9d1cbd449e.dmp", + "length": 116272, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": 139, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "x64", + "app_memory": 382083072, "app_name": "native-sentry-renderer-custom-release", "app_start_time": "{{time}}", "app_version": "1.0.0", + "free_memory": 15241453568, }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:20:35.887Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", }, "electron": Object { "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": 139, + "reason": "crashed", + }, }, "node": Object { "name": "Node", "type": "runtime", "version": "{{version}}", }, "os": Object { + "kern
index.test.ts > E2E Tests > Electron v33.0.2 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer forcefullyCrashRenderer: test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "471f520e-87a4-40d2-a4b2-7efcd6aab526.dmp", + "length": 119184, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": 139, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "x64", + "app_memory": 380391424, "app_name": "native-sentry-renderer-force-crash", "app_start_time": "{{time}}", "app_version": "1.0.0", + "free_memory": 15234547712, }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:20:35.883Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", + }, + "electron": Object { + "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": 139, + "reason": "crashed", + }, }, "node": Object { "name": "Node", "type": "runtime", "version": "{{version}}", }, "os": Object { + "kernel_
index.test.ts > E2E Tests > Electron v33.0.2 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer forcefullyCrashRenderer: test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "2111cd51-c466-4ac1-8438-ffaf56ed3275.dmp", + "length": 123856, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": 139, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "x64", + "app_memory": 379691008, "app_name": "native-sentry-renderer-force-crash", "app_start_time": "{{time}}", "app_version": "1.0.0", + "free_memory": 15208140800, }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:20:35.882Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", + }, + "electron": Object { + "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": 139, + "reason": "crashed", + }, }, "node": Object { "name": "Node", "type": "runtime", "version": "{{version}}", }, "os": Object { + "kernel_
index.test.ts > E2E Tests > Electron v29.4.6 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer Crash: test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "5f14bc51-2bdb-4f81-bb7b-36b682e604f6.dmp", + "length": 121088, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": 139, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "x64", + "app_memory": 368779264, "app_name": "native-sentry-renderer", "app_start_time": "{{time}}", "app_version": "1.0.0", }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:18:58.252Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", }, "electron": Object { "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": 139, + "reason": "crashed", + }, }, "node": Object { "name": "Node", "type": "runtime", "version": "{{version}}", }, "os": Object { + "kernel_version": "6.5.0-1025-azure", "name": "{
index.test.ts > E2E Tests > Electron v29.4.6 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer Crash: test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "c2d2bde2-4653-4ec3-9059-cf16c409a0c1.dmp", + "length": 125616, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": 139, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "x64", + "app_memory": 369324032, "app_name": "native-sentry-renderer", "app_start_time": "{{time}}", "app_version": "1.0.0", }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:18:58.256Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", }, "electron": Object { "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": 139, + "reason": "crashed", + }, }, "node": Object { "name": "Node", "type": "runtime", "version": "{{version}}", }, "os": Object { + "kernel_version": "6.5.0-1025-azure", "name": "{
index.test.ts > E2E Tests > Electron v29.4.6 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer Crash: test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "168cdd11-6759-4790-9d42-bd6c3edc038c.dmp", + "length": 121680, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": 139, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "x64", + "app_memory": 366440448, "app_name": "native-sentry-renderer", "app_start_time": "{{time}}", "app_version": "1.0.0", }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:18:58.249Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", }, "electron": Object { "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": 139, + "reason": "crashed", + }, }, "node": Object { "name": "Node", "type": "runtime", "version": "{{version}}", }, "os": Object { + "kernel_version": "6.5.0-1025-azure", "name": "{
index.test.ts > E2E Tests > Electron v29.4.6 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer Crash: test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "b8e0e332-a254-4d00-8965-2868111ac50e.dmp", + "length": 134576, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": 139, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "x64", + "app_memory": 368889856, "app_name": "native-sentry-renderer", "app_start_time": "{{time}}", "app_version": "1.0.0", }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:18:58.251Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", }, "electron": Object { "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": 139, + "reason": "crashed", + }, }, "node": Object { "name": "Node", "type": "runtime", "version": "{{version}}", }, "os": Object { + "kernel_version": "6.5.0-1025-azure", "name": "{
index.test.ts > E2E Tests > Electron v29.4.6 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer Crash (Custom Release Name): test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "a08e2150-52fb-419d-9d8a-8bca87a2d3a1.dmp", + "length": 120992, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": 139, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "x64", + "app_memory": 368525312, "app_name": "native-sentry-renderer-custom-release", "app_start_time": "{{time}}", "app_version": "1.0.0", }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:18:58.249Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", }, "electron": Object { "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": 139, + "reason": "crashed", + }, }, "node": Object { "name": "Node", "type": "runtime", "version": "{{version}}", }, "os": Object { + "kernel_version": "6.5.0-1025-azure",
index.test.ts > E2E Tests > Electron v29.4.6 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer Crash (Custom Release Name): test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "ee4a06df-81f5-46c8-b477-34f15d9dd3f7.dmp", + "length": 120096, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": 139, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "x64", + "app_memory": 369250304, "app_name": "native-sentry-renderer-custom-release", "app_start_time": "{{time}}", "app_version": "1.0.0", }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:18:58.249Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", }, "electron": Object { "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": 139, + "reason": "crashed", + }, }, "node": Object { "name": "Node", "type": "runtime", "version": "{{version}}", }, "os": Object { + "kernel_version": "6.5.0-1025-azure",
index.test.ts > E2E Tests > Electron v29.4.6 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer Crash (Custom Release Name): test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "7a3b81ff-1aea-44fd-888e-8eb53f4d19ee.dmp", + "length": 118608, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": 139, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "x64", + "app_memory": 369393664, "app_name": "native-sentry-renderer-custom-release", "app_start_time": "{{time}}", "app_version": "1.0.0", }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:18:58.257Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", }, "electron": Object { "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": 139, + "reason": "crashed", + }, }, "node": Object { "name": "Node", "type": "runtime", "version": "{{version}}", }, "os": Object { + "kernel_version": "6.5.0-1025-azure",
index.test.ts > E2E Tests > Electron v29.4.6 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer Crash (Custom Release Name): test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "6d6ed45c-e206-4c1e-9572-dd6567c03c2d.dmp", + "length": 116256, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": 139, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "x64", + "app_memory": 367640576, "app_name": "native-sentry-renderer-custom-release", "app_start_time": "{{time}}", "app_version": "1.0.0", }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:18:58.256Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", }, "electron": Object { "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": 139, + "reason": "crashed", + }, }, "node": Object { "name": "Node", "type": "runtime", "version": "{{version}}", }, "os": Object { + "kernel_version": "6.5.0-1025-azure",
index.test.ts > E2E Tests > Electron v29.4.6 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer forcefullyCrashRenderer: test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "69d54233-6dc6-4c36-ac84-cd82809349c4.dmp", + "length": 139600, + "type": "attachment", }, ], + "data": Object { + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", "data": Object { - "breadcrumbs": Array [], + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": 139, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "x64", + "app_memory": 369020928, "app_name": "native-sentry-renderer-force-crash", "app_start_time": "{{time}}", "app_version": "1.0.0", }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:18:58.249Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", + }, + "electron": Object { + "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": 139, + "reason": "crashed", + }, }, "node": Object { "name": "Node", "type": "runtime", "version": "{{version}}", }, "os": Object { + "kernel_version": "6.5.0-1025-azure",
index.test.ts > E2E Tests > Electron v29.4.6 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer forcefullyCrashRenderer: test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "742bf5ad-94c8-45b3-8590-75476b25be7c.dmp", + "length": 121808, + "type": "attachment", }, ], + "data": Object { + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", "data": Object { - "breadcrumbs": Array [], + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": 139, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "x64", + "app_memory": 369418240, "app_name": "native-sentry-renderer-force-crash", "app_start_time": "{{time}}", "app_version": "1.0.0", }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:18:58.252Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", + }, + "electron": Object { + "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": 139, + "reason": "crashed", + }, }, "node": Object { "name": "Node", "type": "runtime", "version": "{{version}}", }, "os": Object { + "kernel_version": "6.5.0-1025-azure",
index.test.ts > E2E Tests > Electron v33.0.2 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer Crash: test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "a67e030f-eaa7-4f18-b234-38f04f13b472.dmp", + "length": 574416, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": 11, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "arm64", + "app_memory": 248659968, "app_name": "native-sentry-renderer", "app_start_time": "{{time}}", "app_version": "1.0.0", + "free_memory": 335495168, }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:22:48.203Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", }, "electron": Object { "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": 11, + "reason": "crashed", + }, }, "node": Object { "name": "Node", "type": "runtime", "version": "{{version}}", }, "os": Object { + "build": "23H311", +
index.test.ts > E2E Tests > Electron v33.0.2 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer Crash: test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "2f21856d-b0d3-40a6-95d1-7c1ab9f8e82b.dmp", + "length": 574608, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": 11, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "arm64", + "app_memory": 248922112, "app_name": "native-sentry-renderer", "app_start_time": "{{time}}", "app_version": "1.0.0", + "free_memory": 300892160, }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:22:48.945Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", }, "electron": Object { "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": 11, + "reason": "crashed", + }, }, "node": Object { "name": "Node", "type": "runtime", "version": "{{version}}", }, "os": Object { + "build": "23H311", +
index.test.ts > E2E Tests > Electron v33.0.2 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer Crash: test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "ecf90ddb-29ac-4628-9182-7df81e8893b8.dmp", + "length": 597696, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": 11, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "arm64", + "app_memory": 248938496, "app_name": "native-sentry-renderer", "app_start_time": "{{time}}", "app_version": "1.0.0", + "free_memory": 294338560, }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:22:48.379Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", }, "electron": Object { "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": 11, + "reason": "crashed", + }, }, "node": Object { "name": "Node", "type": "runtime", "version": "{{version}}", }, "os": Object { + "build": "23H311", +
index.test.ts > E2E Tests > Electron v33.0.2 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer Crash: test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "6f8e3de0-907d-47c6-9ffe-43714e389a4c.dmp", + "length": 574608, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": 11, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "arm64", + "app_memory": 249331712, "app_name": "native-sentry-renderer", "app_start_time": "{{time}}", "app_version": "1.0.0", + "free_memory": 314671104, }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:22:48.697Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", }, "electron": Object { "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": 11, + "reason": "crashed", + }, }, "node": Object { "name": "Node", "type": "runtime", "version": "{{version}}", }, "os": Object { + "build": "23H311", +
index.test.ts > E2E Tests > Electron v33.0.2 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer Crash (Custom Release Name): test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "31c08803-8800-4af5-a2bc-ddf81d43835c.dmp", + "length": 574656, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": 11, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "arm64", + "app_memory": 248889344, "app_name": "native-sentry-renderer-custom-release", "app_start_time": "{{time}}", "app_version": "1.0.0", + "free_memory": 335396864, }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:22:48.172Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", }, "electron": Object { "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": 11, + "reason": "crashed", + }, }, "node": Object { "name": "Node", "type": "runtime", "version": "{{version}}", }, "os": Object { + "build"
index.test.ts > E2E Tests > Electron v33.0.2 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer Crash (Custom Release Name): test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "151fb1b9-8381-4b1a-abd5-58c1631f3b09.dmp", + "length": 574640, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": 11, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "arm64", + "app_memory": 249167872, "app_name": "native-sentry-renderer-custom-release", "app_start_time": "{{time}}", "app_version": "1.0.0", + "free_memory": 214466560, }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:22:48.201Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", }, "electron": Object { "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": 11, + "reason": "crashed", + }, }, "node": Object { "name": "Node", "type": "runtime", "version": "{{version}}", }, "os": Object { + "build"
index.test.ts > E2E Tests > Electron v33.0.2 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer Crash (Custom Release Name): test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "206af7d1-d009-460e-912c-47e77bbdb8e4.dmp", + "length": 574656, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": 11, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "arm64", + "app_memory": 249135104, "app_name": "native-sentry-renderer-custom-release", "app_start_time": "{{time}}", "app_version": "1.0.0", + "free_memory": 153436160, }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:22:48.201Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", }, "electron": Object { "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": 11, + "reason": "crashed", + }, }, "node": Object { "name": "Node", "type": "runtime", "version": "{{version}}", }, "os": Object { + "build"
index.test.ts > E2E Tests > Electron v33.0.2 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer Crash (Custom Release Name): test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "c6664f29-4f24-44c1-afd7-835d5b8cd3ca.dmp", + "length": 551360, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": 11, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "arm64", + "app_memory": 249888768, "app_name": "native-sentry-renderer-custom-release", "app_start_time": "{{time}}", "app_version": "1.0.0", + "free_memory": 67305472, }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:22:48.879Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", }, "electron": Object { "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": 11, + "reason": "crashed", + }, }, "node": Object { "name": "Node", "type": "runtime", "version": "{{version}}", }, "os": Object { + "build":
index.test.ts > E2E Tests > Electron v33.0.2 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer forcefullyCrashRenderer: test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "bf0b674e-4967-4250-bdd5-4f01d447b3e9.dmp", + "length": 547840, + "type": "attachment", }, ], + "data": Object { + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", "data": Object { - "breadcrumbs": Array [], + "exitCode": 2, + "reason": "killed", + }, + "level": "warning", + "message": "'renderer' process exited with 'killed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process killed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "arm64", + "app_memory": 255623168, "app_name": "native-sentry-renderer-force-crash", "app_start_time": "{{time}}", "app_version": "1.0.0", + "free_memory": 979107840, }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:22:48.736Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", + }, + "electron": Object { + "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": 2, + "reason": "killed", + }, }, "node": Object { "name": "Node", "type": "runtime", "version": "{{version}}", }, "os": Object { + "build": "23H3
index.test.ts > E2E Tests > Electron v33.0.2 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer forcefullyCrashRenderer: test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "71db6420-7b80-4232-8a33-bdc601803d3b.dmp", + "length": 570928, + "type": "attachment", }, ], + "data": Object { + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", "data": Object { - "breadcrumbs": Array [], + "exitCode": 2, + "reason": "killed", + }, + "level": "warning", + "message": "'renderer' process exited with 'killed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process killed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "arm64", + "app_memory": 256294912, "app_name": "native-sentry-renderer-force-crash", "app_start_time": "{{time}}", "app_version": "1.0.0", + "free_memory": 905920512, }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:22:48.216Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", + }, + "electron": Object { + "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": 2, + "reason": "killed", + }, }, "node": Object { "name": "Node", "type": "runtime", "version": "{{version}}", }, "os": Object { + "build": "23H3
index.test.ts > E2E Tests > Electron v28.3.3 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer Crash: test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "ca925b9b-be7c-404a-b596-ade35ff9b044.dmp", + "length": 575600, + "type": "attachment", }, ], + "data": Object { + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", "data": Object { - "breadcrumbs": Array [], + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": 11, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "arm64", + "app_memory": 253624320, "app_name": "native-sentry-renderer", "app_start_time": "{{time}}", "app_version": "1.0.0", }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:20:56.959Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", }, "electron": Object { "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": 11, + "reason": "crashed", + }, }, "node": Object { "name": "Node",
index.test.ts > E2E Tests > Electron v28.3.3 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer Crash: test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "dd6a4691-fd2b-4154-b556-ca1e03d1edb1.dmp", + "length": 598720, + "type": "attachment", }, ], + "data": Object { + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", "data": Object { - "breadcrumbs": Array [], + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": 11, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "arm64", + "app_memory": 253640704, "app_name": "native-sentry-renderer", "app_start_time": "{{time}}", "app_version": "1.0.0", }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:20:56.078Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", }, "electron": Object { "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": 11, + "reason": "crashed", + }, }, "node": Object { "name": "Node",
index.test.ts > E2E Tests > Electron v28.3.3 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer Crash: test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "7273c3fd-7121-4765-8837-59819c293cdf.dmp", + "length": 598800, + "type": "attachment", }, ], + "data": Object { + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", "data": Object { - "breadcrumbs": Array [], + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": 11, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "arm64", + "app_memory": 251691008, "app_name": "native-sentry-renderer", "app_start_time": "{{time}}", "app_version": "1.0.0", }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:20:56.414Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", }, "electron": Object { "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": 11, + "reason": "crashed", + }, }, "node": Object { "name": "Node",
index.test.ts > E2E Tests > Electron v28.3.3 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer Crash: test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "afde0c81-8609-4993-add0-9be6bc120e1a.dmp", + "length": 598800, + "type": "attachment", }, ], + "data": Object { + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", "data": Object { - "breadcrumbs": Array [], + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": 11, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "arm64", + "app_memory": 251019264, "app_name": "native-sentry-renderer", "app_start_time": "{{time}}", "app_version": "1.0.0", }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:20:56.603Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", }, "electron": Object { "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": 11, + "reason": "crashed", + }, }, "node": Object { "name": "Node",
index.test.ts > E2E Tests > Electron v28.3.3 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer Crash (Custom Release Name): test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "6754b4ff-6dfb-48b0-8e20-5b7b121fca5b.dmp", + "length": 598656, + "type": "attachment", }, ], + "data": Object { + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", "data": Object { - "breadcrumbs": Array [], + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": 11, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "arm64", + "app_memory": 255688704, "app_name": "native-sentry-renderer-custom-release", "app_start_time": "{{time}}", "app_version": "1.0.0", }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:20:56.593Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", }, "electron": Object { "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": 11, + "reason": "crashed", + }, }, "node": Object { "name": "Nod
index.test.ts > E2E Tests > Electron v28.3.3 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer Crash (Custom Release Name): test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "7679dce4-c65a-4f2c-9f96-40c3197ca9bd.dmp", + "length": 598656, + "type": "attachment", }, ], + "data": Object { + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", "data": Object { - "breadcrumbs": Array [], + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": 11, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "arm64", + "app_memory": 252297216, "app_name": "native-sentry-renderer-custom-release", "app_start_time": "{{time}}", "app_version": "1.0.0", }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:20:56.133Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", }, "electron": Object { "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": 11, + "reason": "crashed", + }, }, "node": Object { "name": "Nod
index.test.ts > E2E Tests > Electron v28.3.3 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer Crash (Custom Release Name): test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "28f6afce-9c37-45e9-9e2e-7d7bf0e33c49.dmp", + "length": 575648, + "type": "attachment", }, ], + "data": Object { + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", "data": Object { - "breadcrumbs": Array [], + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": 11, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "arm64", + "app_memory": 255164416, "app_name": "native-sentry-renderer-custom-release", "app_start_time": "{{time}}", "app_version": "1.0.0", }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:20:56.497Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", }, "electron": Object { "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": 11, + "reason": "crashed", + }, }, "node": Object { "name": "Nod
index.test.ts > E2E Tests > Electron v28.3.3 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer Crash (Custom Release Name): test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "3e99b7d8-8995-4a75-b54f-b3df3b801373.dmp", + "length": 598768, + "type": "attachment", }, ], + "data": Object { + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", "data": Object { - "breadcrumbs": Array [], + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": 11, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "arm64", + "app_memory": 255770624, "app_name": "native-sentry-renderer-custom-release", "app_start_time": "{{time}}", "app_version": "1.0.0", }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:20:56.192Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", }, "electron": Object { "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": 11, + "reason": "crashed", + }, }, "node": Object { "name": "Nod
index.test.ts > E2E Tests > Electron v28.3.3 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer forcefullyCrashRenderer: test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "6a9aa451-fe29-4186-9c37-6a4876dcceaf.dmp", + "length": 571792, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": 2, + "reason": "killed", + }, + "level": "warning", + "message": "'renderer' process exited with 'killed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process killed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "arm64", + "app_memory": 262438912, "app_name": "native-sentry-renderer-force-crash", "app_start_time": "{{time}}", "app_version": "1.0.0", }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:20:56.991Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", + }, + "electron": Object { + "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": 2, + "reason": "killed", }, + }, "node": Object { "name": "Node",
index.test.ts > E2E Tests > Electron v28.3.3 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer forcefullyCrashRenderer: test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "4c086179-b8c4-433f-bda2-e0b95391ac09.dmp", + "length": 548608, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": 2, + "reason": "killed", + }, + "level": "warning", + "message": "'renderer' process exited with 'killed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process killed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "arm64", + "app_memory": 261849088, "app_name": "native-sentry-renderer-force-crash", "app_start_time": "{{time}}", "app_version": "1.0.0", }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:20:56.561Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", + }, + "electron": Object { + "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": 2, + "reason": "killed", }, + }, "node": Object { "name": "Node",
index.test.ts > E2E Tests > Electron v27.3.11 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer Crash: test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "dda9250b-93d7-4b68-bd7c-581483ca48d6.dmp", + "length": 576000, + "type": "attachment", }, ], + "data": Object { + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", "data": Object { - "breadcrumbs": Array [], + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": 11, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "arm64", + "app_memory": 240041984, "app_name": "native-sentry-renderer", "app_start_time": "{{time}}", "app_version": "1.0.0", }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:20:55.207Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", }, "electron": Object { "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": 11, + "reason": "crashed", + }, }, "node": Object { "name": "Node",
index.test.ts > E2E Tests > Electron v27.3.11 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer Crash: test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "e1649ddf-9db0-4f6d-ba12-8ea9062dcca8.dmp", + "length": 599152, + "type": "attachment", }, ], + "data": Object { + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", "data": Object { - "breadcrumbs": Array [], + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": 11, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "arm64", + "app_memory": 240009216, "app_name": "native-sentry-renderer", "app_start_time": "{{time}}", "app_version": "1.0.0", }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:20:55.542Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", }, "electron": Object { "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": 11, + "reason": "crashed", + }, }, "node": Object { "name": "Node",
index.test.ts > E2E Tests > Electron v27.3.11 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer Crash: test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "ce054ea5-d13c-4d7d-a2ff-11a98ccca9eb.dmp", + "length": 552848, + "type": "attachment", }, ], + "data": Object { + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", "data": Object { - "breadcrumbs": Array [], + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": 11, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "arm64", + "app_memory": 239697920, "app_name": "native-sentry-renderer", "app_start_time": "{{time}}", "app_version": "1.0.0", }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:20:55.737Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", }, "electron": Object { "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": 11, + "reason": "crashed", + }, }, "node": Object { "name": "Node",
index.test.ts > E2E Tests > Electron v27.3.11 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer Crash: test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "a8bd89ec-7b19-45e6-b77a-a52f85ec846f.dmp", + "length": 576000, + "type": "attachment", }, ], + "data": Object { + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", "data": Object { - "breadcrumbs": Array [], + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": 11, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "arm64", + "app_memory": 238518272, "app_name": "native-sentry-renderer", "app_start_time": "{{time}}", "app_version": "1.0.0", }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:20:55.572Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", }, "electron": Object { "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": 11, + "reason": "crashed", + }, }, "node": Object { "name": "Node",
index.test.ts > E2E Tests > Electron v27.3.11 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer Crash (Custom Release Name): test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "3f30e40c-76c8-402b-abf2-6840ad1793e8.dmp", + "length": 599216, + "type": "attachment", }, ], + "data": Object { + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", "data": Object { - "breadcrumbs": Array [], + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": 11, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "arm64", + "app_memory": 240074752, "app_name": "native-sentry-renderer-custom-release", "app_start_time": "{{time}}", "app_version": "1.0.0", }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:20:55.131Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", }, "electron": Object { "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": 11, + "reason": "crashed", + }, }, "node": Object { "name": "Nod
index.test.ts > E2E Tests > Electron v27.3.11 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer Crash (Custom Release Name): test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "0d39c216-cefa-4ff8-a878-5164802893d5.dmp", + "length": 576048, + "type": "attachment", }, ], + "data": Object { + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", "data": Object { - "breadcrumbs": Array [], + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": 11, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "arm64", + "app_memory": 240484352, "app_name": "native-sentry-renderer-custom-release", "app_start_time": "{{time}}", "app_version": "1.0.0", }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:20:55.368Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", }, "electron": Object { "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": 11, + "reason": "crashed", + }, }, "node": Object { "name": "Nod
index.test.ts > E2E Tests > Electron v27.3.11 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer Crash (Custom Release Name): test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "f2b4fd39-0e62-4205-af96-a927679b8eb6.dmp", + "length": 599216, + "type": "attachment", }, ], + "data": Object { + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", "data": Object { - "breadcrumbs": Array [], + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": 11, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "arm64", + "app_memory": 240549888, "app_name": "native-sentry-renderer-custom-release", "app_start_time": "{{time}}", "app_version": "1.0.0", }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:20:55.552Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", }, "electron": Object { "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": 11, + "reason": "crashed", + }, }, "node": Object { "name": "Nod
index.test.ts > E2E Tests > Electron v27.3.11 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer Crash (Custom Release Name): test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "b046345c-7d04-422c-a8b2-e90a44b5db28.dmp", + "length": 576048, + "type": "attachment", }, ], + "data": Object { + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", "data": Object { - "breadcrumbs": Array [], + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": 11, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "arm64", + "app_memory": 240304128, "app_name": "native-sentry-renderer-custom-release", "app_start_time": "{{time}}", "app_version": "1.0.0", }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:20:55.746Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", }, "electron": Object { "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": 11, + "reason": "crashed", + }, }, "node": Object { "name": "Nod
index.test.ts > E2E Tests > Electron v27.3.11 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer forcefullyCrashRenderer: test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "c4fe08f0-ab0a-4a86-b871-0b37761267ca.dmp", + "length": 571840, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": 2, + "reason": "killed", + }, + "level": "warning", + "message": "'renderer' process exited with 'killed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process killed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "arm64", + "app_memory": 246218752, "app_name": "native-sentry-renderer-force-crash", "app_start_time": "{{time}}", "app_version": "1.0.0", }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:20:55.123Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", + }, + "electron": Object { + "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": 2, + "reason": "killed", }, + }, "node": Object { "name": "Node",
index.test.ts > E2E Tests > Electron v27.3.11 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer forcefullyCrashRenderer: test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "498ee3ef-d9d9-4400-82b1-cc8ffcd671d5.dmp", + "length": 571840, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": 2, + "reason": "killed", + }, + "level": "warning", + "message": "'renderer' process exited with 'killed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process killed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "arm64", + "app_memory": 247037952, "app_name": "native-sentry-renderer-force-crash", "app_start_time": "{{time}}", "app_version": "1.0.0", }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:20:55.451Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", + }, + "electron": Object { + "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": 2, + "reason": "killed", }, + }, "node": Object { "name": "Node",
index.test.ts > E2E Tests > Electron v33.0.2 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer Crash: test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "0375a354-3370-4872-b40e-c9b4c1e8b671.dmp", + "length": 538032, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": -1073741819, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "x64", + "app_memory": 223088640, "app_name": "native-sentry-renderer", "app_start_time": "{{time}}", "app_version": "1.0.0", + "free_memory": 12212408320, }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:19:11.078Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", }, "electron": Object { "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": -1073741819, + "reason": "crashed", + }, },
index.test.ts > E2E Tests > Electron v33.0.2 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer Crash: test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "99726183-a3d6-46ba-a4a4-451802b9c9ce.dmp", + "length": 530400, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": -1073741819, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "x64", + "app_memory": 223240192, "app_name": "native-sentry-renderer", "app_start_time": "{{time}}", "app_version": "1.0.0", + "free_memory": 12223713280, }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:19:11.064Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", }, "electron": Object { "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": -1073741819, + "reason": "crashed", + }, },
index.test.ts > E2E Tests > Electron v33.0.2 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer Crash: test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "81aeebed-61f1-4f9c-8cdd-9d785dec4c11.dmp", + "length": 518112, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": -1073741819, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "x64", + "app_memory": 225665024, "app_name": "native-sentry-renderer", "app_start_time": "{{time}}", "app_version": "1.0.0", + "free_memory": 12244971520, }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:19:11.076Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", }, "electron": Object { "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": -1073741819, + "reason": "crashed", + }, },
index.test.ts > E2E Tests > Electron v33.0.2 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer Crash: test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "dcdbdb3c-5f98-42d5-bd3a-466a5a03ecf2.dmp", + "length": 538176, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": -1073741819, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "x64", + "app_memory": 223875072, "app_name": "native-sentry-renderer", "app_start_time": "{{time}}", "app_version": "1.0.0", + "free_memory": 12260081664, }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:19:11.060Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", }, "electron": Object { "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": -1073741819, + "reason": "crashed", + }, },
index.test.ts > E2E Tests > Electron v33.0.2 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer Crash (Custom Release Name): test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "d46dfb24-1156-4afa-97ae-f3db81cb18b3.dmp", + "length": 522208, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": -1073741819, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "x64", + "app_memory": 225746944, "app_name": "native-sentry-renderer-custom-release", "app_start_time": "{{time}}", "app_version": "1.0.0", + "free_memory": 12148834304, }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:19:11.071Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", }, "electron": Object { "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": -1073741819, + "reason": "crashed", + },
index.test.ts > E2E Tests > Electron v33.0.2 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer Crash (Custom Release Name): test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "da27b816-2fd9-4f05-af29-73c3f169fb3f.dmp", + "length": 490592, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": -1073741819, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "x64", + "app_memory": 223260672, "app_name": "native-sentry-renderer-custom-release", "app_start_time": "{{time}}", "app_version": "1.0.0", + "free_memory": 12168327168, }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:19:11.064Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", }, "electron": Object { "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": -1073741819, + "reason": "crashed", + },
index.test.ts > E2E Tests > Electron v33.0.2 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer Crash (Custom Release Name): test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "d938bfe7-2bef-466c-bb13-5dcb4ae71c58.dmp", + "length": 526576, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": -1073741819, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "x64", + "app_memory": 225284096, "app_name": "native-sentry-renderer-custom-release", "app_start_time": "{{time}}", "app_version": "1.0.0", + "free_memory": 12193955840, }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:19:11.090Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", }, "electron": Object { "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": -1073741819, + "reason": "crashed", + },
index.test.ts > E2E Tests > Electron v33.0.2 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer Crash (Custom Release Name): test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "6d48d866-deaa-4e31-8519-471437e12e11.dmp", + "length": 517760, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": -1073741819, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "x64", + "app_memory": 225730560, "app_name": "native-sentry-renderer-custom-release", "app_start_time": "{{time}}", "app_version": "1.0.0", + "free_memory": 12209233920, }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:19:11.093Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", }, "electron": Object { "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": -1073741819, + "reason": "crashed", + },
index.test.ts > E2E Tests > Electron v33.0.2 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer forcefullyCrashRenderer: test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "eb895d7a-020a-433a-ad77-34aecc1a7b4c.dmp", + "length": 529504, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": 2, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "x64", + "app_memory": 223174656, "app_name": "native-sentry-renderer-force-crash", "app_start_time": "{{time}}", "app_version": "1.0.0", + "free_memory": 12108546048, }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:19:11.075Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", + }, + "electron": Object { + "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": 2, + "reason": "crashed", }, + }, "node":
index.test.ts > E2E Tests > Electron v33.0.2 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer forcefullyCrashRenderer: test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "19f06f64-e4d5-4244-856e-e85b6680860d.dmp", + "length": 537712, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": 2, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "x64", + "app_memory": 223584256, "app_name": "native-sentry-renderer-force-crash", "app_start_time": "{{time}}", "app_version": "1.0.0", + "free_memory": 12124520448, }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:19:11.079Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", + }, + "electron": Object { + "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": 2, + "reason": "crashed", }, + }, "node":
index.test.ts > E2E Tests > Electron v27.3.11 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer Crash: test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "b8c1c644-4408-4aa0-8e5a-25addf8d7085.dmp", + "length": 475696, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": -1073741819, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "x64", + "app_memory": 199094272, "app_name": "native-sentry-renderer", "app_start_time": "{{time}}", "app_version": "1.0.0", }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:19:24.172Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", }, "electron": Object { "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": -1073741819, + "reason": "crashed", + }, }, "node": Object { "name": "No
index.test.ts > E2E Tests > Electron v27.3.11 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer Crash: test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "b1124451-a238-48ff-a0a6-2648f9b71328.dmp", + "length": 466976, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": -1073741819, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "x64", + "app_memory": 199905280, "app_name": "native-sentry-renderer", "app_start_time": "{{time}}", "app_version": "1.0.0", }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:19:24.160Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", }, "electron": Object { "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": -1073741819, + "reason": "crashed", + }, }, "node": Object { "name": "No
index.test.ts > E2E Tests > Electron v27.3.11 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer Crash: test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "38865ebb-ac49-4bca-9ab8-46557f8b9690.dmp", + "length": 491680, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": -1073741819, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "x64", + "app_memory": 199323648, "app_name": "native-sentry-renderer", "app_start_time": "{{time}}", "app_version": "1.0.0", }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:19:24.168Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", }, "electron": Object { "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": -1073741819, + "reason": "crashed", + }, }, "node": Object { "name": "No
index.test.ts > E2E Tests > Electron v27.3.11 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer Crash: test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "3c601ed5-10cb-4a52-b6c9-4eba3086e6ba.dmp", + "length": 475504, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": -1073741819, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "x64", + "app_memory": 198963200, "app_name": "native-sentry-renderer", "app_start_time": "{{time}}", "app_version": "1.0.0", }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:19:24.156Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", }, "electron": Object { "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": -1073741819, + "reason": "crashed", + }, }, "node": Object { "name": "No
index.test.ts > E2E Tests > Electron v27.3.11 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer Crash (Custom Release Name): test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "53a90663-24b4-48c6-9d6d-502fd7335e60.dmp", + "length": 479440, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": -1073741819, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "x64", + "app_memory": 199475200, "app_name": "native-sentry-renderer-custom-release", "app_start_time": "{{time}}", "app_version": "1.0.0", }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:19:24.157Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", }, "electron": Object { "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": -1073741819, + "reason": "crashed", + }, }, "node": Object {
index.test.ts > E2E Tests > Electron v27.3.11 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer Crash (Custom Release Name): test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "4c299bf0-62e9-44a7-a889-842b8b343396.dmp", + "length": 494848, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": -1073741819, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "x64", + "app_memory": 200171520, "app_name": "native-sentry-renderer-custom-release", "app_start_time": "{{time}}", "app_version": "1.0.0", }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:19:24.161Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", }, "electron": Object { "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": -1073741819, + "reason": "crashed", + }, }, "node": Object {
index.test.ts > E2E Tests > Electron v27.3.11 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer Crash (Custom Release Name): test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "1f07ae4d-0f02-4454-9c0d-81dec4d83dd8.dmp", + "length": 487728, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": -1073741819, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "x64", + "app_memory": 200462336, "app_name": "native-sentry-renderer-custom-release", "app_start_time": "{{time}}", "app_version": "1.0.0", }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:19:24.150Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", }, "electron": Object { "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": -1073741819, + "reason": "crashed", + }, }, "node": Object {
index.test.ts > E2E Tests > Electron v27.3.11 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer Crash (Custom Release Name): test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "b101de97-a1d9-43c1-b4d1-bd38a0c0911e.dmp", + "length": 507280, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": -1073741819, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "x64", + "app_memory": 200286208, "app_name": "native-sentry-renderer-custom-release", "app_start_time": "{{time}}", "app_version": "1.0.0", }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:19:24.158Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", }, "electron": Object { "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": -1073741819, + "reason": "crashed", + }, }, "node": Object {
index.test.ts > E2E Tests > Electron v27.3.11 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer forcefullyCrashRenderer: test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "095058ea-7290-4324-bdac-b1a224b2efe5.dmp", + "length": 503088, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": 2, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "x64", + "app_memory": 200011776, "app_name": "native-sentry-renderer-force-crash", "app_start_time": "{{time}}", "app_version": "1.0.0", }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:19:24.166Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", + }, + "electron": Object { + "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": 2, + "reason": "crashed", + }, }, "node": Object { "name": "Node",
index.test.ts > E2E Tests > Electron v27.3.11 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer forcefullyCrashRenderer: test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "9ad139f9-74e0-4cfd-a9a9-cb119b5ca624.dmp", + "length": 490480, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": 2, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "x64", + "app_memory": 197840896, "app_name": "native-sentry-renderer-force-crash", "app_start_time": "{{time}}", "app_version": "1.0.0", }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:19:24.170Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", + }, + "electron": Object { + "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": 2, + "reason": "crashed", + }, }, "node": Object { "name": "Node",
index.test.ts > E2E Tests > Electron v31.7.3 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer Crash: test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "4310a7e6-f0a5-44b7-b1de-7616fa111aca.dmp", + "length": 520912, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": -1073741819, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "x64", + "app_memory": 218099712, "app_name": "native-sentry-renderer", "app_start_time": "{{time}}", "app_version": "1.0.0", + "free_memory": 12221919232, }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:18:15.789Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", }, "electron": Object { "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": -1073741819, + "reason": "crashed", + }, },
index.test.ts > E2E Tests > Electron v31.7.3 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer Crash: test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "c5e35e27-df3f-4a73-96ad-f9eae04d53b0.dmp", + "length": 529008, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": -1073741819, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "x64", + "app_memory": 218558464, "app_name": "native-sentry-renderer", "app_start_time": "{{time}}", "app_version": "1.0.0", + "free_memory": 12224204800, }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:18:15.781Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", }, "electron": Object { "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": -1073741819, + "reason": "crashed", + }, },
index.test.ts > E2E Tests > Electron v31.7.3 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer Crash: test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "2bb3b4c5-c9d8-4e8f-ac5e-81ac89482b27.dmp", + "length": 513792, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": -1073741819, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "x64", + "app_memory": 219865088, "app_name": "native-sentry-renderer", "app_start_time": "{{time}}", "app_version": "1.0.0", + "free_memory": 12244045824, }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:18:15.798Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", }, "electron": Object { "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": -1073741819, + "reason": "crashed", + }, },
index.test.ts > E2E Tests > Electron v31.7.3 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer Crash: test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "65985094-758f-41b3-aca5-54b3742bd1e0.dmp", + "length": 513344, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": -1073741819, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "x64", + "app_memory": 220987392, "app_name": "native-sentry-renderer", "app_start_time": "{{time}}", "app_version": "1.0.0", + "free_memory": 12266786816, }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:18:15.798Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", }, "electron": Object { "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": -1073741819, + "reason": "crashed", + }, },
index.test.ts > E2E Tests > Electron v31.7.3 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer Crash (Custom Release Name): test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "7dc7e680-1adb-481a-a541-7a226ecb389b.dmp", + "length": 525280, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": -1073741819, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "x64", + "app_memory": 218304512, "app_name": "native-sentry-renderer-custom-release", "app_start_time": "{{time}}", "app_version": "1.0.0", + "free_memory": 12157693952, }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:18:15.792Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", }, "electron": Object { "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": -1073741819, + "reason": "crashed", + },
index.test.ts > E2E Tests > Electron v31.7.3 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer Crash (Custom Release Name): test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "3ccbf6af-127c-4aec-b7a4-a8cf39bc43ea.dmp", + "length": 508272, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": -1073741819, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "x64", + "app_memory": 218230784, "app_name": "native-sentry-renderer-custom-release", "app_start_time": "{{time}}", "app_version": "1.0.0", + "free_memory": 12181712896, }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:18:15.797Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", }, "electron": Object { "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": -1073741819, + "reason": "crashed", + },
index.test.ts > E2E Tests > Electron v31.7.3 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer Crash (Custom Release Name): test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "f5041f80-7421-464d-8dc4-9f3e430fd407.dmp", + "length": 512512, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": -1073741819, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "x64", + "app_memory": 218099712, "app_name": "native-sentry-renderer-custom-release", "app_start_time": "{{time}}", "app_version": "1.0.0", + "free_memory": 12202631168, }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:18:15.810Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", }, "electron": Object { "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": -1073741819, + "reason": "crashed", + },
index.test.ts > E2E Tests > Electron v31.7.3 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer Crash (Custom Release Name): test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "4e7c2680-2748-4412-8379-be2816ac9cbb.dmp", + "length": 508704, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": -1073741819, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "x64", + "app_memory": 217890816, "app_name": "native-sentry-renderer-custom-release", "app_start_time": "{{time}}", "app_version": "1.0.0", + "free_memory": 12216668160, }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:18:15.794Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", }, "electron": Object { "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": -1073741819, + "reason": "crashed", + },
index.test.ts > E2E Tests > Electron v31.7.3 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer forcefullyCrashRenderer: test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "5c66d2d6-9192-4fe5-acdf-e700621d7572.dmp", + "length": 523184, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": 2, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "x64", + "app_memory": 217845760, "app_name": "native-sentry-renderer-force-crash", "app_start_time": "{{time}}", "app_version": "1.0.0", + "free_memory": 12109709312, }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:18:15.792Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", + }, + "electron": Object { + "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": 2, + "reason": "crashed", }, + }, "node":
index.test.ts > E2E Tests > Electron v31.7.3 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer forcefullyCrashRenderer: test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "1e46a2e7-37a3-4c04-b835-2f88e613ad50.dmp", + "length": 531104, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": 2, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "x64", + "app_memory": 217653248, "app_name": "native-sentry-renderer-force-crash", "app_start_time": "{{time}}", "app_version": "1.0.0", + "free_memory": 12121378816, }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:18:15.806Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", + }, + "electron": Object { + "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": 2, + "reason": "crashed", }, + }, "node":
index.test.ts > E2E Tests > Electron v30.5.1 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer Crash: test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "61105554-e328-46ce-b2e9-a093d969460f.dmp", + "length": 499520, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": -1073741819, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "x64", + "app_memory": 211509248, "app_name": "native-sentry-renderer", "app_start_time": "{{time}}", "app_version": "1.0.0", + "free_memory": 12235939840, }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:20:53.498Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", }, "electron": Object { "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": -1073741819, + "reason": "crashed", + }, },
index.test.ts > E2E Tests > Electron v30.5.1 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer Crash: test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "96c49fbd-a74b-48cc-9194-d8bdd1fb8305.dmp", + "length": 499824, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": -1073741819, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "x64", + "app_memory": 215052288, "app_name": "native-sentry-renderer", "app_start_time": "{{time}}", "app_version": "1.0.0", + "free_memory": 12232142848, }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:20:53.509Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", }, "electron": Object { "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": -1073741819, + "reason": "crashed", + }, },
index.test.ts > E2E Tests > Electron v30.5.1 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer Crash: test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "bb6fb30f-ae51-4786-a396-1e2a3adf6034.dmp", + "length": 504288, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": -1073741819, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "x64", + "app_memory": 211562496, "app_name": "native-sentry-renderer", "app_start_time": "{{time}}", "app_version": "1.0.0", + "free_memory": 12251897856, }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:20:53.505Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", }, "electron": Object { "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": -1073741819, + "reason": "crashed", + }, },
index.test.ts > E2E Tests > Electron v30.5.1 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer Crash: test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "50404749-a7a4-4931-856c-4c3cead3b63b.dmp", + "length": 471776, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": -1073741819, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "x64", + "app_memory": 211771392, "app_name": "native-sentry-renderer", "app_start_time": "{{time}}", "app_version": "1.0.0", + "free_memory": 12272451584, }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:20:53.497Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", }, "electron": Object { "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": -1073741819, + "reason": "crashed", + }, },
index.test.ts > E2E Tests > Electron v30.5.1 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer Crash (Custom Release Name): test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "5ec53dff-9e79-48d4-a53e-efadc793d246.dmp", + "length": 471360, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": -1073741819, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "x64", + "app_memory": 215613440, "app_name": "native-sentry-renderer-custom-release", "app_start_time": "{{time}}", "app_version": "1.0.0", + "free_memory": 12150194176, }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:20:53.491Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", }, "electron": Object { "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": -1073741819, + "reason": "crashed", + },
index.test.ts > E2E Tests > Electron v30.5.1 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer Crash (Custom Release Name): test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "0d681705-84d7-47c5-9125-dc16e748db4a.dmp", + "length": 512320, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": -1073741819, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "x64", + "app_memory": 212918272, "app_name": "native-sentry-renderer-custom-release", "app_start_time": "{{time}}", "app_version": "1.0.0", + "free_memory": 12194082816, }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:20:53.487Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", }, "electron": Object { "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": -1073741819, + "reason": "crashed", + },
index.test.ts > E2E Tests > Electron v30.5.1 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer Crash (Custom Release Name): test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "49425c55-a6f7-40cc-aeb1-f5868f060bd3.dmp", + "length": 499696, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": -1073741819, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "x64", + "app_memory": 213561344, "app_name": "native-sentry-renderer-custom-release", "app_start_time": "{{time}}", "app_version": "1.0.0", + "free_memory": 12208812032, }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:20:53.483Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", }, "electron": Object { "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": -1073741819, + "reason": "crashed", + },
index.test.ts > E2E Tests > Electron v30.5.1 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer Crash (Custom Release Name): test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "a3466245-baaf-4f3d-b361-91e05d250675.dmp", + "length": 495552, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": -1073741819, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "x64", + "app_memory": 213004288, "app_name": "native-sentry-renderer-custom-release", "app_start_time": "{{time}}", "app_version": "1.0.0", + "free_memory": 12220755968, }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:20:53.505Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", }, "electron": Object { "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": -1073741819, + "reason": "crashed", + },
index.test.ts > E2E Tests > Electron v30.5.1 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer forcefullyCrashRenderer: test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "7b9d419b-5ff5-49f4-8602-82823cb80d39.dmp", + "length": 524416, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": 2, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "x64", + "app_memory": 212369408, "app_name": "native-sentry-renderer-force-crash", "app_start_time": "{{time}}", "app_version": "1.0.0", + "free_memory": 12112105472, }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:20:53.506Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", + }, + "electron": Object { + "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": 2, + "reason": "crashed", }, + }, "node":
index.test.ts > E2E Tests > Electron v30.5.1 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer forcefullyCrashRenderer: test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "d265ff2e-8500-4957-af62-641e1df989df.dmp", + "length": 520128, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": 2, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "x64", + "app_memory": 212070400, "app_name": "native-sentry-renderer-force-crash", "app_start_time": "{{time}}", "app_version": "1.0.0", + "free_memory": 12132646912, }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:20:53.498Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", + }, + "electron": Object { + "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": 2, + "reason": "crashed", }, + }, "node":
index.test.ts > E2E Tests > Electron v29.4.6 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer Crash: test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "17bc78c2-d233-47b4-8743-2c7bf691f6ba.dmp", + "length": 506848, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": -1073741819, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "x64", + "app_memory": 207904768, "app_name": "native-sentry-renderer", "app_start_time": "{{time}}", "app_version": "1.0.0", }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:19:46.107Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", }, "electron": Object { "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": -1073741819, + "reason": "crashed", + }, }, "node": Object { "name": "No
index.test.ts > E2E Tests > Electron v29.4.6 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer Crash: test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "a9475242-f391-4290-aa5a-b683503c1f23.dmp", + "length": 491616, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": -1073741819, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "x64", + "app_memory": 208154624, "app_name": "native-sentry-renderer", "app_start_time": "{{time}}", "app_version": "1.0.0", }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:19:46.086Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", }, "electron": Object { "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": -1073741819, + "reason": "crashed", + }, }, "node": Object { "name": "No
index.test.ts > E2E Tests > Electron v29.4.6 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer Crash: test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "def20508-c012-4700-afa6-8ee5adaafb61.dmp", + "length": 486512, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": -1073741819, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "x64", + "app_memory": 211861504, "app_name": "native-sentry-renderer", "app_start_time": "{{time}}", "app_version": "1.0.0", }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:19:46.117Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", }, "electron": Object { "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": -1073741819, + "reason": "crashed", + }, }, "node": Object { "name": "No
index.test.ts > E2E Tests > Electron v29.4.6 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer Crash: test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "a9c85735-a8a8-4215-9b0e-f27cfb97bd67.dmp", + "length": 498896, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": -1073741819, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "x64", + "app_memory": 208633856, "app_name": "native-sentry-renderer", "app_start_time": "{{time}}", "app_version": "1.0.0", }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:19:46.102Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", }, "electron": Object { "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": -1073741819, + "reason": "crashed", + }, }, "node": Object { "name": "No
index.test.ts > E2E Tests > Electron v29.4.6 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer Crash (Custom Release Name): test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "a18e48a5-6ea4-4590-8e03-54c3c3e87dbd.dmp", + "length": 502976, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": -1073741819, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "x64", + "app_memory": 208330752, "app_name": "native-sentry-renderer-custom-release", "app_start_time": "{{time}}", "app_version": "1.0.0", }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:19:46.105Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", }, "electron": Object { "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": -1073741819, + "reason": "crashed", + }, }, "node": Object {
index.test.ts > E2E Tests > Electron v29.4.6 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer Crash (Custom Release Name): test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "bf52e394-45c9-41b4-9605-17952855f579.dmp", + "length": 491648, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": -1073741819, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "x64", + "app_memory": 211718144, "app_name": "native-sentry-renderer-custom-release", "app_start_time": "{{time}}", "app_version": "1.0.0", }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:19:46.115Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", }, "electron": Object { "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": -1073741819, + "reason": "crashed", + }, }, "node": Object {
index.test.ts > E2E Tests > Electron v29.4.6 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer Crash (Custom Release Name): test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "0ae0aa88-e17a-451d-a111-8d81b142a9c9.dmp", + "length": 483024, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": -1073741819, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "x64", + "app_memory": 210956288, "app_name": "native-sentry-renderer-custom-release", "app_start_time": "{{time}}", "app_version": "1.0.0", }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:19:46.114Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", }, "electron": Object { "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": -1073741819, + "reason": "crashed", + }, }, "node": Object {
index.test.ts > E2E Tests > Electron v29.4.6 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer Crash (Custom Release Name): test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "f84be10a-8836-4e20-b7a7-8a725e599122.dmp", + "length": 471520, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": -1073741819, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "x64", + "app_memory": 211103744, "app_name": "native-sentry-renderer-custom-release", "app_start_time": "{{time}}", "app_version": "1.0.0", }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:19:46.103Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", }, "electron": Object { "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": -1073741819, + "reason": "crashed", + }, }, "node": Object {
index.test.ts > E2E Tests > Electron v29.4.6 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer forcefullyCrashRenderer: test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "87eae3a7-0bd4-41c9-a6ce-5032398cba8f.dmp", + "length": 514816, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": 2, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "x64", + "app_memory": 211116032, "app_name": "native-sentry-renderer-force-crash", "app_start_time": "{{time}}", "app_version": "1.0.0", }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:19:46.106Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", + }, + "electron": Object { + "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": 2, + "reason": "crashed", + }, }, "node": Object { "name": "Node",
index.test.ts > E2E Tests > Electron v29.4.6 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer forcefullyCrashRenderer: test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "63c31ebf-4bf3-49f1-ae67-e3f1b2744874.dmp", + "length": 495088, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": 2, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "x64", + "app_memory": 211468288, "app_name": "native-sentry-renderer-force-crash", "app_start_time": "{{time}}", "app_version": "1.0.0", }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:19:46.103Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", + }, + "electron": Object { + "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": 2, + "reason": "crashed", + }, }, "node": Object { "name": "Node",
index.test.ts > E2E Tests > Electron v28.3.3 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer Crash: test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "8819d439-9fbb-4249-8c46-e34d011547a9.dmp", + "length": 479344, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": -1073741819, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "x64", + "app_memory": 208375808, "app_name": "native-sentry-renderer", "app_start_time": "{{time}}", "app_version": "1.0.0", }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:21:07.668Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", }, "electron": Object { "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": -1073741819, + "reason": "crashed", + }, }, "node": Object { "name": "No
index.test.ts > E2E Tests > Electron v28.3.3 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer Crash: test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "ce34c96d-3d44-4c60-9c22-bcefb8540fa0.dmp", + "length": 483936, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": -1073741819, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "x64", + "app_memory": 208883712, "app_name": "native-sentry-renderer", "app_start_time": "{{time}}", "app_version": "1.0.0", }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:21:07.670Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", }, "electron": Object { "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": -1073741819, + "reason": "crashed", + }, }, "node": Object { "name": "No
index.test.ts > E2E Tests > Electron v28.3.3 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer Crash: test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "653d419f-e822-4aa6-a563-fa68e7027128.dmp", + "length": 491296, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": -1073741819, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "x64", + "app_memory": 210931712, "app_name": "native-sentry-renderer", "app_start_time": "{{time}}", "app_version": "1.0.0", }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:21:07.676Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", }, "electron": Object { "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": -1073741819, + "reason": "crashed", + }, }, "node": Object { "name": "No
index.test.ts > E2E Tests > Electron v28.3.3 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer Crash: test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "74c010a1-4352-49b6-8c13-72fbeb1c7410.dmp", + "length": 515712, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": -1073741819, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "x64", + "app_memory": 210608128, "app_name": "native-sentry-renderer", "app_start_time": "{{time}}", "app_version": "1.0.0", }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:21:07.675Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", }, "electron": Object { "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": -1073741819, + "reason": "crashed", + }, }, "node": Object { "name": "No
index.test.ts > E2E Tests > Electron v28.3.3 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer Crash (Custom Release Name): test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "9b983ab7-a62c-4f61-8e14-7a9620ebccf4.dmp", + "length": 507504, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": -1073741819, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "x64", + "app_memory": 211947520, "app_name": "native-sentry-renderer-custom-release", "app_start_time": "{{time}}", "app_version": "1.0.0", }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:21:07.655Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", }, "electron": Object { "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": -1073741819, + "reason": "crashed", + }, }, "node": Object {
index.test.ts > E2E Tests > Electron v28.3.3 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer Crash (Custom Release Name): test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "05342c6c-3a07-42f6-893c-d24fa4ee8e7e.dmp", + "length": 507648, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": -1073741819, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "x64", + "app_memory": 209207296, "app_name": "native-sentry-renderer-custom-release", "app_start_time": "{{time}}", "app_version": "1.0.0", }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:21:07.681Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", }, "electron": Object { "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": -1073741819, + "reason": "crashed", + }, }, "node": Object {
index.test.ts > E2E Tests > Electron v28.3.3 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer Crash (Custom Release Name): test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "2b952a55-85f0-44c7-9025-e2c6c8bf2f83.dmp", + "length": 507504, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": -1073741819, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "x64", + "app_memory": 208740352, "app_name": "native-sentry-renderer-custom-release", "app_start_time": "{{time}}", "app_version": "1.0.0", }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:21:07.673Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", }, "electron": Object { "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": -1073741819, + "reason": "crashed", + }, }, "node": Object {
index.test.ts > E2E Tests > Electron v28.3.3 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer Crash (Custom Release Name): test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "6ae88b69-3e1b-403d-ae38-c2b8a107a929.dmp", + "length": 511456, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": -1073741819, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "x64", + "app_memory": 213155840, "app_name": "native-sentry-renderer-custom-release", "app_start_time": "{{time}}", "app_version": "1.0.0", }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:21:07.679Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", }, "electron": Object { "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": -1073741819, + "reason": "crashed", + }, }, "node": Object {
index.test.ts > E2E Tests > Electron v28.3.3 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer forcefullyCrashRenderer: test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "01c8c299-e521-4590-8483-3c4dc68243f7.dmp", + "length": 511728, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": 2, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "x64", + "app_memory": 208453632, "app_name": "native-sentry-renderer-force-crash", "app_start_time": "{{time}}", "app_version": "1.0.0", }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:21:07.652Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", + }, + "electron": Object { + "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": 2, + "reason": "crashed", + }, }, "node": Object { "name": "Node",
index.test.ts > E2E Tests > Electron v28.3.3 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer forcefullyCrashRenderer: test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "c65d0858-5ed2-4dbb-aeac-aa1f2f3f2ea6.dmp", + "length": 491696, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": 2, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "x64", + "app_memory": 210812928, "app_name": "native-sentry-renderer-force-crash", "app_start_time": "{{time}}", "app_version": "1.0.0", }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:21:07.662Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", + }, + "electron": Object { + "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": 2, + "reason": "crashed", + }, }, "node": Object { "name": "Node",
index.test.ts > E2E Tests > Electron v32.2.2 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer Crash: test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "0dfa7872-11ac-4a33-bf2d-564c5d89f21c.dmp", + "length": 525440, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": -1073741819, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "x64", + "app_memory": 223981568, "app_name": "native-sentry-renderer", "app_start_time": "{{time}}", "app_version": "1.0.0", + "free_memory": 12237672448, }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:20:20.504Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", }, "electron": Object { "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": -1073741819, + "reason": "crashed", + }, },
index.test.ts > E2E Tests > Electron v32.2.2 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer Crash: test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "386eb5d1-70e1-4f21-8943-0d34de335eb9.dmp", + "length": 513664, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": -1073741819, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "x64", + "app_memory": 221396992, "app_name": "native-sentry-renderer", "app_start_time": "{{time}}", "app_version": "1.0.0", + "free_memory": 12241715200, }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:20:20.497Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", }, "electron": Object { "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": -1073741819, + "reason": "crashed", + }, },
index.test.ts > E2E Tests > Electron v32.2.2 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer Crash: test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "87d16847-6cbd-4c86-bed6-526e32ad8a57.dmp", + "length": 529776, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": -1073741819, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "x64", + "app_memory": 221949952, "app_name": "native-sentry-renderer", "app_start_time": "{{time}}", "app_version": "1.0.0", + "free_memory": 12262989824, }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:20:20.498Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", }, "electron": Object { "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": -1073741819, + "reason": "crashed", + }, },
index.test.ts > E2E Tests > Electron v32.2.2 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer Crash: test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "d2a7feba-0826-470e-b3f6-9b2d955f84c5.dmp", + "length": 505232, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": -1073741819, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "x64", + "app_memory": 221655040, "app_name": "native-sentry-renderer", "app_start_time": "{{time}}", "app_version": "1.0.0", + "free_memory": 12285292544, }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:20:20.498Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", }, "electron": Object { "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": -1073741819, + "reason": "crashed", + }, },
index.test.ts > E2E Tests > Electron v32.2.2 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer Crash (Custom Release Name): test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "8fbc2eeb-b285-435a-8c47-ddcd3c0b2013.dmp", + "length": 517200, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": -1073741819, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "x64", + "app_memory": 223375360, "app_name": "native-sentry-renderer-custom-release", "app_start_time": "{{time}}", "app_version": "1.0.0", + "free_memory": 12169060352, }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:20:20.479Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", }, "electron": Object { "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": -1073741819, + "reason": "crashed", + },
index.test.ts > E2E Tests > Electron v32.2.2 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer Crash (Custom Release Name): test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "28b853df-c6d3-43ee-a2c4-1c21df71848c.dmp", + "length": 508880, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": -1073741819, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "x64", + "app_memory": 221327360, "app_name": "native-sentry-renderer-custom-release", "app_start_time": "{{time}}", "app_version": "1.0.0", + "free_memory": 12185296896, }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:20:20.497Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", }, "electron": Object { "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": -1073741819, + "reason": "crashed", + },
index.test.ts > E2E Tests > Electron v32.2.2 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer Crash (Custom Release Name): test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "97046e83-e0e9-459e-8265-9b4e07452d10.dmp", + "length": 522368, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": -1073741819, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "x64", + "app_memory": 221347840, "app_name": "native-sentry-renderer-custom-release", "app_start_time": "{{time}}", "app_version": "1.0.0", + "free_memory": 12207751168, }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:20:20.490Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", }, "electron": Object { "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": -1073741819, + "reason": "crashed", + },
index.test.ts > E2E Tests > Electron v32.2.2 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer Crash (Custom Release Name): test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "f0300f8d-32ca-469c-9683-29d81e98ec6a.dmp", + "length": 508928, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": -1073741819, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "x64", + "app_memory": 221855744, "app_name": "native-sentry-renderer-custom-release", "app_start_time": "{{time}}", "app_version": "1.0.0", + "free_memory": 12223885312, }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:20:20.503Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", }, "electron": Object { "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": -1073741819, + "reason": "crashed", + },
index.test.ts > E2E Tests > Electron v32.2.2 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer forcefullyCrashRenderer: test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "2bfc1aed-8ca1-4bfe-84ed-8ee50aad3fe7.dmp", + "length": 521328, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": 2, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "x64", + "app_memory": 221954048, "app_name": "native-sentry-renderer-force-crash", "app_start_time": "{{time}}", "app_version": "1.0.0", + "free_memory": 12112314368, }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:20:20.501Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", + }, + "electron": Object { + "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": 2, + "reason": "crashed", }, + }, "node":
index.test.ts > E2E Tests > Electron v32.2.2 > Functional Test Recipes > Native (Sentry Uploader) > Native Renderer forcefullyCrashRenderer: test/e2e/recipe/index.ts#L276
AssertionError: expected [ { data: { …(10) }, …(4) } ] to contain subset [ { method: 'envelope', …(4) } ] - Expected + Received Array [ Object { "appId": "277345", "attachments": Array [ Object { "attachment_type": "event.minidump", + "filename": "2de3f55d-49cb-4838-b99c-cc1af4ee1534.dmp", + "length": 525392, + "type": "attachment", }, ], "data": Object { - "breadcrumbs": Array [], + "breadcrumbs": Array [ + Object { + "category": "electron", + "message": "app.will-finish-launching", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.session-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.web-contents-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.browser-window-created", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.gpu-info-update", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "data": Object { + "id": 1, + "url": "app:///src/index.html", + }, + "message": "renderer.dom-ready", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "electron", + "message": "app.render-process-gone", + "timestamp": 0, + "type": "ui", + }, + Object { + "category": "child-process", + "data": Object { + "exitCode": 2, + "reason": "crashed", + }, + "level": "fatal", + "message": "'renderer' process exited with 'crashed'", + "timestamp": 0, + "type": "process", + }, + Object { + "category": "console", + "level": "info", + "message": "Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.", + "timestamp": 0, + }, + ], "contexts": Object { "app": Object { + "app_arch": "x64", + "app_memory": 221822976, "app_name": "native-sentry-renderer-force-crash", "app_start_time": "{{time}}", "app_version": "1.0.0", + "free_memory": 12146327552, }, "browser": Object { "name": "Chrome", }, "chrome": Object { "name": "Chrome", "type": "runtime", "version": "{{version}}", }, + "cloud_resource": Object {}, "culture": Object { "locale": "{{locale}}", "timezone": "{{timezone}}", }, "device": Object { "arch": "{{arch}}", + "boot_time": "2025-01-09T14:20:20.491Z", "cpu_description": "{{cpu}}", "family": "Desktop", "free_memory": 0, "memory_size": 0, "processor_count": 0, "processor_frequency": 0, "screen_density": 1, "screen_resolution": "{{screen}}", + }, + "electron": Object { + "crashed_url": "app:///src/index.html", + "details": Object { + "exitCode": 2, + "reason": "crashed", }, + }, "node":
All required jobs passed or were skipped
Process completed with exit code 1.
Lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636

Artifacts

Produced during runtime
Name Size
2e52b8e616142cb0ccb371b5c73786bbd887fdf7
214 KB