feat(core)!: Enable data collection by default (based on spec) #3455
flaky-test-detector.yml
on: pull_request
Check tests for flakiness
23m 15s
Annotations
10 errors and 1 notice
|
[chromium] › suites/integrations/ContextLines/scriptTag/test.ts:5:11 › should add source context lines around stack frames from errors in Html script tags:
dev-packages/browser-integration-tests/suites/integrations/ContextLines/scriptTag/test.ts#L32
10) [chromium] › suites/integrations/ContextLines/scriptTag/test.ts:5:11 › should add source context lines around stack frames from errors in Html script tags
Error: expect(received).toMatchObject(expected)
- Expected - 0
+ Received + 2
@@ -3,10 +3,12 @@
"frames": Array [
Object {
"context_line": " <button id=\"inline-error-btn\" onclick=\"throwTestError()\">Click me</button>",
"lineno": 12,
"post_context": Array [
+ " <script defer=\"\" src=\"init.bundle.js\"></script>",
+ " <footer>Some text...</footer>",
"",
"</body>",
"</html>",
],
"pre_context": Array [
30 | const exception = eventData.exception?.values?.[0];
31 |
> 32 | expect(exception).toMatchObject({
| ^
33 | stacktrace: {
34 | frames: [
35 | {
at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/integrations/ContextLines/scriptTag/test.ts:32:23
|
|
[chromium] › suites/integrations/ContextLines/scriptTag/test.ts:5:11 › should add source context lines around stack frames from errors in Html script tags:
dev-packages/browser-integration-tests/suites/integrations/ContextLines/scriptTag/test.ts#L32
9) [chromium] › suites/integrations/ContextLines/scriptTag/test.ts:5:11 › should add source context lines around stack frames from errors in Html script tags
Error: expect(received).toMatchObject(expected)
- Expected - 0
+ Received + 2
@@ -3,10 +3,12 @@
"frames": Array [
Object {
"context_line": " <button id=\"inline-error-btn\" onclick=\"throwTestError()\">Click me</button>",
"lineno": 12,
"post_context": Array [
+ " <script defer=\"\" src=\"init.bundle.js\"></script>",
+ " <footer>Some text...</footer>",
"",
"</body>",
"</html>",
],
"pre_context": Array [
30 | const exception = eventData.exception?.values?.[0];
31 |
> 32 | expect(exception).toMatchObject({
| ^
33 | stacktrace: {
34 | frames: [
35 | {
at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/integrations/ContextLines/scriptTag/test.ts:32:23
|
|
[chromium] › suites/integrations/ContextLines/scriptTag/test.ts:5:11 › should add source context lines around stack frames from errors in Html script tags:
dev-packages/browser-integration-tests/suites/integrations/ContextLines/scriptTag/test.ts#L32
8) [chromium] › suites/integrations/ContextLines/scriptTag/test.ts:5:11 › should add source context lines around stack frames from errors in Html script tags
Error: expect(received).toMatchObject(expected)
- Expected - 0
+ Received + 2
@@ -3,10 +3,12 @@
"frames": Array [
Object {
"context_line": " <button id=\"inline-error-btn\" onclick=\"throwTestError()\">Click me</button>",
"lineno": 12,
"post_context": Array [
+ " <script defer=\"\" src=\"init.bundle.js\"></script>",
+ " <footer>Some text...</footer>",
"",
"</body>",
"</html>",
],
"pre_context": Array [
30 | const exception = eventData.exception?.values?.[0];
31 |
> 32 | expect(exception).toMatchObject({
| ^
33 | stacktrace: {
34 | frames: [
35 | {
at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/integrations/ContextLines/scriptTag/test.ts:32:23
|
|
[chromium] › suites/integrations/ContextLines/scriptTag/test.ts:5:11 › should add source context lines around stack frames from errors in Html script tags:
dev-packages/browser-integration-tests/suites/integrations/ContextLines/scriptTag/test.ts#L32
7) [chromium] › suites/integrations/ContextLines/scriptTag/test.ts:5:11 › should add source context lines around stack frames from errors in Html script tags
Error: expect(received).toMatchObject(expected)
- Expected - 0
+ Received + 2
@@ -3,10 +3,12 @@
"frames": Array [
Object {
"context_line": " <button id=\"inline-error-btn\" onclick=\"throwTestError()\">Click me</button>",
"lineno": 12,
"post_context": Array [
+ " <script defer=\"\" src=\"init.bundle.js\"></script>",
+ " <footer>Some text...</footer>",
"",
"</body>",
"</html>",
],
"pre_context": Array [
30 | const exception = eventData.exception?.values?.[0];
31 |
> 32 | expect(exception).toMatchObject({
| ^
33 | stacktrace: {
34 | frames: [
35 | {
at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/integrations/ContextLines/scriptTag/test.ts:32:23
|
|
[chromium] › suites/integrations/ContextLines/scriptTag/test.ts:5:11 › should add source context lines around stack frames from errors in Html script tags:
dev-packages/browser-integration-tests/suites/integrations/ContextLines/scriptTag/test.ts#L32
6) [chromium] › suites/integrations/ContextLines/scriptTag/test.ts:5:11 › should add source context lines around stack frames from errors in Html script tags
Error: expect(received).toMatchObject(expected)
- Expected - 0
+ Received + 2
@@ -3,10 +3,12 @@
"frames": Array [
Object {
"context_line": " <button id=\"inline-error-btn\" onclick=\"throwTestError()\">Click me</button>",
"lineno": 12,
"post_context": Array [
+ " <script defer=\"\" src=\"init.bundle.js\"></script>",
+ " <footer>Some text...</footer>",
"",
"</body>",
"</html>",
],
"pre_context": Array [
30 | const exception = eventData.exception?.values?.[0];
31 |
> 32 | expect(exception).toMatchObject({
| ^
33 | stacktrace: {
34 | frames: [
35 | {
at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/integrations/ContextLines/scriptTag/test.ts:32:23
|
|
[chromium] › suites/integrations/ContextLines/scriptTag/test.ts:5:11 › should add source context lines around stack frames from errors in Html script tags:
dev-packages/browser-integration-tests/suites/integrations/ContextLines/scriptTag/test.ts#L32
5) [chromium] › suites/integrations/ContextLines/scriptTag/test.ts:5:11 › should add source context lines around stack frames from errors in Html script tags
Error: expect(received).toMatchObject(expected)
- Expected - 0
+ Received + 2
@@ -3,10 +3,12 @@
"frames": Array [
Object {
"context_line": " <button id=\"inline-error-btn\" onclick=\"throwTestError()\">Click me</button>",
"lineno": 12,
"post_context": Array [
+ " <script defer=\"\" src=\"init.bundle.js\"></script>",
+ " <footer>Some text...</footer>",
"",
"</body>",
"</html>",
],
"pre_context": Array [
30 | const exception = eventData.exception?.values?.[0];
31 |
> 32 | expect(exception).toMatchObject({
| ^
33 | stacktrace: {
34 | frames: [
35 | {
at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/integrations/ContextLines/scriptTag/test.ts:32:23
|
|
[chromium] › suites/integrations/ContextLines/scriptTag/test.ts:5:11 › should add source context lines around stack frames from errors in Html script tags:
dev-packages/browser-integration-tests/suites/integrations/ContextLines/scriptTag/test.ts#L32
4) [chromium] › suites/integrations/ContextLines/scriptTag/test.ts:5:11 › should add source context lines around stack frames from errors in Html script tags
Error: expect(received).toMatchObject(expected)
- Expected - 0
+ Received + 2
@@ -3,10 +3,12 @@
"frames": Array [
Object {
"context_line": " <button id=\"inline-error-btn\" onclick=\"throwTestError()\">Click me</button>",
"lineno": 12,
"post_context": Array [
+ " <script defer=\"\" src=\"init.bundle.js\"></script>",
+ " <footer>Some text...</footer>",
"",
"</body>",
"</html>",
],
"pre_context": Array [
30 | const exception = eventData.exception?.values?.[0];
31 |
> 32 | expect(exception).toMatchObject({
| ^
33 | stacktrace: {
34 | frames: [
35 | {
at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/integrations/ContextLines/scriptTag/test.ts:32:23
|
|
[chromium] › suites/integrations/ContextLines/scriptTag/test.ts:5:11 › should add source context lines around stack frames from errors in Html script tags:
dev-packages/browser-integration-tests/suites/integrations/ContextLines/scriptTag/test.ts#L32
3) [chromium] › suites/integrations/ContextLines/scriptTag/test.ts:5:11 › should add source context lines around stack frames from errors in Html script tags
Error: expect(received).toMatchObject(expected)
- Expected - 0
+ Received + 2
@@ -3,10 +3,12 @@
"frames": Array [
Object {
"context_line": " <button id=\"inline-error-btn\" onclick=\"throwTestError()\">Click me</button>",
"lineno": 12,
"post_context": Array [
+ " <script defer=\"\" src=\"init.bundle.js\"></script>",
+ " <footer>Some text...</footer>",
"",
"</body>",
"</html>",
],
"pre_context": Array [
30 | const exception = eventData.exception?.values?.[0];
31 |
> 32 | expect(exception).toMatchObject({
| ^
33 | stacktrace: {
34 | frames: [
35 | {
at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/integrations/ContextLines/scriptTag/test.ts:32:23
|
|
[chromium] › suites/integrations/ContextLines/scriptTag/test.ts:5:11 › should add source context lines around stack frames from errors in Html script tags:
dev-packages/browser-integration-tests/suites/integrations/ContextLines/scriptTag/test.ts#L32
2) [chromium] › suites/integrations/ContextLines/scriptTag/test.ts:5:11 › should add source context lines around stack frames from errors in Html script tags
Error: expect(received).toMatchObject(expected)
- Expected - 0
+ Received + 2
@@ -3,10 +3,12 @@
"frames": Array [
Object {
"context_line": " <button id=\"inline-error-btn\" onclick=\"throwTestError()\">Click me</button>",
"lineno": 12,
"post_context": Array [
+ " <script defer=\"\" src=\"init.bundle.js\"></script>",
+ " <footer>Some text...</footer>",
"",
"</body>",
"</html>",
],
"pre_context": Array [
30 | const exception = eventData.exception?.values?.[0];
31 |
> 32 | expect(exception).toMatchObject({
| ^
33 | stacktrace: {
34 | frames: [
35 | {
at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/integrations/ContextLines/scriptTag/test.ts:32:23
|
|
[chromium] › suites/integrations/ContextLines/scriptTag/test.ts:5:11 › should add source context lines around stack frames from errors in Html script tags:
dev-packages/browser-integration-tests/suites/integrations/ContextLines/scriptTag/test.ts#L32
1) [chromium] › suites/integrations/ContextLines/scriptTag/test.ts:5:11 › should add source context lines around stack frames from errors in Html script tags
Error: expect(received).toMatchObject(expected)
- Expected - 0
+ Received + 2
@@ -3,10 +3,12 @@
"frames": Array [
Object {
"context_line": " <button id=\"inline-error-btn\" onclick=\"throwTestError()\">Click me</button>",
"lineno": 12,
"post_context": Array [
+ " <script defer=\"\" src=\"init.bundle.js\"></script>",
+ " <footer>Some text...</footer>",
"",
"</body>",
"</html>",
],
"pre_context": Array [
30 | const exception = eventData.exception?.values?.[0];
31 |
> 32 | expect(exception).toMatchObject({
| ^
33 | stacktrace: {
34 | frames: [
35 | {
at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/integrations/ContextLines/scriptTag/test.ts:32:23
|
|
🎭 Playwright Run Summary
28 failed
[chromium] › suites/integrations/ContextLines/scriptTag/test.ts:5:11 › should add source context lines around stack frames from errors in Html script tags
[chromium] › suites/integrations/ContextLines/scriptTag/test.ts:5:11 › should add source context lines around stack frames from errors in Html script tags
[chromium] › suites/integrations/ContextLines/scriptTag/test.ts:5:11 › should add source context lines around stack frames from errors in Html script tags
[chromium] › suites/integrations/ContextLines/scriptTag/test.ts:5:11 › should add source context lines around stack frames from errors in Html script tags
[chromium] › suites/integrations/ContextLines/scriptTag/test.ts:5:11 › should add source context lines around stack frames from errors in Html script tags
[chromium] › suites/integrations/ContextLines/scriptTag/test.ts:5:11 › should add source context lines around stack frames from errors in Html script tags
[chromium] › suites/integrations/ContextLines/scriptTag/test.ts:5:11 › should add source context lines around stack frames from errors in Html script tags
[chromium] › suites/integrations/ContextLines/scriptTag/test.ts:5:11 › should add source context lines around stack frames from errors in Html script tags
[chromium] › suites/integrations/ContextLines/scriptTag/test.ts:5:11 › should add source context lines around stack frames from errors in Html script tags
[chromium] › suites/integrations/ContextLines/scriptTag/test.ts:5:11 › should add source context lines around stack frames from errors in Html script tags
[chromium] › suites/integrations/ContextLines/scriptTag/test.ts:5:11 › should add source context lines around stack frames from errors in Html script tags
[chromium] › suites/integrations/ContextLines/scriptTag/test.ts:5:11 › should add source context lines around stack frames from errors in Html script tags
[chromium] › suites/integrations/ContextLines/scriptTag/test.ts:5:11 › should add source context lines around stack frames from errors in Html script tags
[chromium] › suites/integrations/ContextLines/scriptTag/test.ts:5:11 › should add source context lines around stack frames from errors in Html script tags
[chromium] › suites/integrations/ContextLines/scriptTag/test.ts:5:11 › should add source context lines around stack frames from errors in Html script tags
[chromium] › suites/integrations/ContextLines/scriptTag/test.ts:5:11 › should add source context lines around stack frames from errors in Html script tags
[chromium] › suites/integrations/ContextLines/scriptTag/test.ts:5:11 › should add source context lines around stack frames from errors in Html script tags
[chromium] › suites/integrations/ContextLines/scriptTag/test.ts:5:11 › should add source context lines around stack frames from errors in Html script tags
[chromium] › suites/integrations/ContextLines/scriptTag/test.ts:5:11 › should add source context lines around stack frames from errors in Html script tags
[chromium] › suites/integrations/ContextLines/scriptTag/test.ts:5:11 › should add source context lines around stack frames from errors in Html script tags
[chromium] › suites/integrations/ContextLines/scriptTag/test.ts:5:11 › should add source context lines around stack frames from errors in Html script tags
[chromium] › suites/integrations/ContextLines/scriptTag/test.ts:5:11 › should add source context lines around stack frames from errors in Html script tags
[chromium] › suites/integrations/ContextLines/scriptTag/test.ts:5:11 › should add source context lines around stack frames from errors in Html script tags
[chromium] › suites/integrations/ContextLines/scriptTag/test.ts:5:11 › should add source context lines around stack frames from errors in Html script tags
[chromium] › suites/integrations/ContextLines/scriptTag/test.ts:5:11 › should add source context lines around stack frames from errors in Ht
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
playwright-test-results
|
26.9 MB |
sha256:175f162da4bf174e0f058691ab99cdb5ae2a859948587ddb63cb3b791670464c
|
|