Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,6 @@ test('should create a parameterized transaction when the `app` directory is used
const transaction = await transactionPromise;

expect(transaction).toMatchObject({
breadcrumbs: expect.arrayContaining([
{
category: 'navigation',
data: { from: '/parameterized/cappuccino', to: '/parameterized/cappuccino' },
timestamp: expect.any(Number),
},
]),
contexts: {
react: { version: expect.any(String) },
trace: {
Expand Down Expand Up @@ -61,13 +54,6 @@ test('should create a static transaction when the `app` directory is used and th
const transaction = await transactionPromise;

expect(transaction).toMatchObject({
breadcrumbs: expect.arrayContaining([
{
category: 'navigation',
data: { from: '/parameterized/static', to: '/parameterized/static' },
timestamp: expect.any(Number),
},
]),
contexts: {
react: { version: expect.any(String) },
trace: {
Expand Down Expand Up @@ -107,13 +93,6 @@ test('should create a partially parameterized transaction when the `app` directo
const transaction = await transactionPromise;

expect(transaction).toMatchObject({
breadcrumbs: expect.arrayContaining([
{
category: 'navigation',
data: { from: '/parameterized/cappuccino/beep', to: '/parameterized/cappuccino/beep' },
timestamp: expect.any(Number),
},
]),
contexts: {
react: { version: expect.any(String) },
trace: {
Expand Down Expand Up @@ -154,13 +133,6 @@ test('should create a nested parameterized transaction when the `app` directory
const transaction = await transactionPromise;

expect(transaction).toMatchObject({
breadcrumbs: expect.arrayContaining([
{
category: 'navigation',
data: { from: '/parameterized/cappuccino/beep/espresso', to: '/parameterized/cappuccino/beep/espresso' },
timestamp: expect.any(Number),
},
]),
contexts: {
react: { version: expect.any(String) },
trace: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,6 @@ test('should create a parameterized transaction when the `app` directory is used
const transaction = await transactionPromise;

expect(transaction).toMatchObject({
breadcrumbs: expect.arrayContaining([
{
category: 'navigation',
data: { from: '/parameterized/cappuccino', to: '/parameterized/cappuccino' },
timestamp: expect.any(Number),
},
]),
contexts: {
react: { version: expect.any(String) },
trace: {
Expand Down Expand Up @@ -61,13 +54,6 @@ test('should create a static transaction when the `app` directory is used and th
const transaction = await transactionPromise;

expect(transaction).toMatchObject({
breadcrumbs: expect.arrayContaining([
{
category: 'navigation',
data: { from: '/parameterized/static', to: '/parameterized/static' },
timestamp: expect.any(Number),
},
]),
contexts: {
react: { version: expect.any(String) },
trace: {
Expand Down Expand Up @@ -107,13 +93,6 @@ test('should create a partially parameterized transaction when the `app` directo
const transaction = await transactionPromise;

expect(transaction).toMatchObject({
breadcrumbs: expect.arrayContaining([
{
category: 'navigation',
data: { from: '/parameterized/cappuccino/beep', to: '/parameterized/cappuccino/beep' },
timestamp: expect.any(Number),
},
]),
contexts: {
react: { version: expect.any(String) },
trace: {
Expand Down Expand Up @@ -154,13 +133,6 @@ test('should create a nested parameterized transaction when the `app` directory
const transaction = await transactionPromise;

expect(transaction).toMatchObject({
breadcrumbs: expect.arrayContaining([
{
category: 'navigation',
data: { from: '/parameterized/cappuccino/beep/espresso', to: '/parameterized/cappuccino/beep/espresso' },
timestamp: expect.any(Number),
},
]),
contexts: {
react: { version: expect.any(String) },
trace: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,6 @@ test('should create a parameterized transaction when the `app` directory is used
const transaction = await transactionPromise;

expect(transaction).toMatchObject({
breadcrumbs: expect.arrayContaining([
{
category: 'navigation',
data: { from: '/parameterized/cappuccino', to: '/parameterized/cappuccino' },
timestamp: expect.any(Number),
},
]),
contexts: {
react: { version: expect.any(String) },
trace: {
Expand Down Expand Up @@ -61,13 +54,6 @@ test('should create a static transaction when the `app` directory is used and th
const transaction = await transactionPromise;

expect(transaction).toMatchObject({
breadcrumbs: expect.arrayContaining([
{
category: 'navigation',
data: { from: '/parameterized/static', to: '/parameterized/static' },
timestamp: expect.any(Number),
},
]),
contexts: {
react: { version: expect.any(String) },
trace: {
Expand Down Expand Up @@ -107,13 +93,6 @@ test('should create a partially parameterized transaction when the `app` directo
const transaction = await transactionPromise;

expect(transaction).toMatchObject({
breadcrumbs: expect.arrayContaining([
{
category: 'navigation',
data: { from: '/parameterized/cappuccino/beep', to: '/parameterized/cappuccino/beep' },
timestamp: expect.any(Number),
},
]),
contexts: {
react: { version: expect.any(String) },
trace: {
Expand Down Expand Up @@ -154,13 +133,6 @@ test('should create a nested parameterized transaction when the `app` directory
const transaction = await transactionPromise;

expect(transaction).toMatchObject({
breadcrumbs: expect.arrayContaining([
{
category: 'navigation',
data: { from: '/parameterized/cappuccino/beep/espresso', to: '/parameterized/cappuccino/beep/espresso' },
timestamp: expect.any(Number),
},
]),
contexts: {
react: { version: expect.any(String) },
trace: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,6 @@ test('should create a parameterized transaction when the `app` directory is used
const transaction = await transactionPromise;

expect(transaction).toMatchObject({
breadcrumbs: expect.arrayContaining([
{
category: 'navigation',
data: { from: '/parameterized/cappuccino', to: '/parameterized/cappuccino' },
timestamp: expect.any(Number),
},
]),
contexts: {
react: { version: expect.any(String) },
trace: {
Expand Down Expand Up @@ -61,13 +54,6 @@ test('should create a static transaction when the `app` directory is used and th
const transaction = await transactionPromise;

expect(transaction).toMatchObject({
breadcrumbs: expect.arrayContaining([
{
category: 'navigation',
data: { from: '/parameterized/static', to: '/parameterized/static' },
timestamp: expect.any(Number),
},
]),
contexts: {
react: { version: expect.any(String) },
trace: {
Expand Down Expand Up @@ -107,13 +93,6 @@ test('should create a partially parameterized transaction when the `app` directo
const transaction = await transactionPromise;

expect(transaction).toMatchObject({
breadcrumbs: expect.arrayContaining([
{
category: 'navigation',
data: { from: '/parameterized/cappuccino/beep', to: '/parameterized/cappuccino/beep' },
timestamp: expect.any(Number),
},
]),
contexts: {
react: { version: expect.any(String) },
trace: {
Expand Down Expand Up @@ -154,13 +133,6 @@ test('should create a nested parameterized transaction when the `app` directory
const transaction = await transactionPromise;

expect(transaction).toMatchObject({
breadcrumbs: expect.arrayContaining([
{
category: 'navigation',
data: { from: '/parameterized/cappuccino/beep/espresso', to: '/parameterized/cappuccino/beep/espresso' },
timestamp: expect.any(Number),
},
]),
contexts: {
react: { version: expect.any(String) },
trace: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,6 @@ test.skip('should create a parameterized transaction when the `app` directory is
const transaction = await transactionPromise;

expect(transaction).toMatchObject({
breadcrumbs: expect.arrayContaining([
{
category: 'navigation',
data: { from: '/parameterized/cappuccino', to: '/parameterized/cappuccino' },
timestamp: expect.any(Number),
},
]),
contexts: {
react: { version: expect.any(String) },
trace: {
Expand Down Expand Up @@ -63,13 +56,6 @@ test.skip('should create a static transaction when the `app` directory is used a
const transaction = await transactionPromise;

expect(transaction).toMatchObject({
breadcrumbs: expect.arrayContaining([
{
category: 'navigation',
data: { from: '/parameterized/static', to: '/parameterized/static' },
timestamp: expect.any(Number),
},
]),
contexts: {
react: { version: expect.any(String) },
trace: {
Expand Down Expand Up @@ -110,13 +96,6 @@ test.skip('should create a partially parameterized transaction when the `app` di
const transaction = await transactionPromise;

expect(transaction).toMatchObject({
breadcrumbs: expect.arrayContaining([
{
category: 'navigation',
data: { from: '/parameterized/cappuccino/beep', to: '/parameterized/cappuccino/beep' },
timestamp: expect.any(Number),
},
]),
contexts: {
react: { version: expect.any(String) },
trace: {
Expand Down Expand Up @@ -158,13 +137,6 @@ test.skip('should create a nested parameterized transaction when the `app` direc
const transaction = await transactionPromise;

expect(transaction).toMatchObject({
breadcrumbs: expect.arrayContaining([
{
category: 'navigation',
data: { from: '/parameterized/cappuccino/beep/espresso', to: '/parameterized/cappuccino/beep/espresso' },
timestamp: expect.any(Number),
},
]),
contexts: {
react: { version: expect.any(String) },
trace: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,6 @@ test('should create a parameterized transaction when the `app` directory is used
const transaction = await transactionPromise;

expect(transaction).toMatchObject({
breadcrumbs: expect.arrayContaining([
{
category: 'navigation',
data: { from: '/parameterized/cappuccino', to: '/parameterized/cappuccino' },
timestamp: expect.any(Number),
},
]),
contexts: {
react: { version: expect.any(String) },
trace: {
Expand Down Expand Up @@ -61,13 +54,6 @@ test('should create a static transaction when the `app` directory is used and th
const transaction = await transactionPromise;

expect(transaction).toMatchObject({
breadcrumbs: expect.arrayContaining([
{
category: 'navigation',
data: { from: '/parameterized/static', to: '/parameterized/static' },
timestamp: expect.any(Number),
},
]),
contexts: {
react: { version: expect.any(String) },
trace: {
Expand Down Expand Up @@ -107,13 +93,6 @@ test('should create a partially parameterized transaction when the `app` directo
const transaction = await transactionPromise;

expect(transaction).toMatchObject({
breadcrumbs: expect.arrayContaining([
{
category: 'navigation',
data: { from: '/parameterized/cappuccino/beep', to: '/parameterized/cappuccino/beep' },
timestamp: expect.any(Number),
},
]),
contexts: {
react: { version: expect.any(String) },
trace: {
Expand Down Expand Up @@ -154,13 +133,6 @@ test('should create a nested parameterized transaction when the `app` directory
const transaction = await transactionPromise;

expect(transaction).toMatchObject({
breadcrumbs: expect.arrayContaining([
{
category: 'navigation',
data: { from: '/parameterized/cappuccino/beep/espresso', to: '/parameterized/cappuccino/beep/espresso' },
timestamp: expect.any(Number),
},
]),
contexts: {
react: { version: expect.any(String) },
trace: {
Expand Down
Loading