Skip to content

Commit b0e6362

Browse files
author
Chris Chestnut
committed
Revert "Merge branch 'crashlytics-tracing' into crashlytics"
This reverts commit b2c174c, reversing changes made to 861ce74.
1 parent b2c174c commit b0e6362

27 files changed

+166
-475
lines changed

.yarnrc

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,2 @@
1-
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
2-
# yarn lockfile v1
3-
4-
51
registry "https://registry.npmjs.org/"
62
save-prefix ""
7-
yarn-path ".yarn/releases/yarn-1.22.11.cjs"

common/api-review/crashlytics-angular.api.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ export interface Crashlytics {
1616
export interface CrashlyticsOptions {
1717
appVersion?: string;
1818
endpointUrl?: string;
19-
tracingUrl?: string;
2019
}
2120

2221
// @public

common/api-review/crashlytics-react-router.api.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ export interface Crashlytics {
1717
export interface CrashlyticsOptions {
1818
appVersion?: string;
1919
endpointUrl?: string;
20-
tracingUrl?: string;
2120
}
2221

2322
// @public

common/api-review/crashlytics-react.api.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ export interface Crashlytics {
1515
export interface CrashlyticsOptions {
1616
appVersion?: string;
1717
endpointUrl?: string;
18-
tracingUrl?: string;
1918
}
2019

2120
// @public

common/api-review/crashlytics.api.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ export interface Crashlytics {
1717
export interface CrashlyticsOptions {
1818
appVersion?: string;
1919
endpointUrl?: string;
20-
tracingUrl?: string;
2120
}
2221

2322
// @public

docs-devsite/crashlytics_.crashlyticsoptions.md

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ export interface CrashlyticsOptions
2323
| Property | Type | Description |
2424
| --- | --- | --- |
2525
| [appVersion](./crashlytics_.crashlyticsoptions.md#crashlyticsoptionsappversion) | string | The version of the application. This should be a unique string that identifies the snapshot of code to be deployed, such as "1.0.2". If not specified, other default locations will be checked for an identifier. Setting a value here takes precedence over any other values. |
26-
| [endpointUrl](./crashlytics_.crashlyticsoptions.md#crashlyticsoptionsendpointUrl) | string | The URL for the endpoint to which Crashlytics data should be sent, in the OpenTelemetry format. By default, data will be sent to Firebase. |
27-
| [tracingUrl](./crashlytics_.crashlyticsoptions.md#crashlyticsoptionstracingurl) | string | The URL for the endpoint to which Crashlytics traces should be sent, in the OpenTelemetry format. By default, data will be sent to Firebase. |
26+
| [endpointUrl](./crashlytics_.crashlyticsoptions.md#crashlyticsoptionsendpointurl) | string | The URL for the endpoint to which Crashlytics data should be sent, in the OpenTelemetry format. By default, data will be sent to Firebase. |
2827

2928
## CrashlyticsOptions.appVersion
3029

@@ -45,13 +44,3 @@ The URL for the endpoint to which Crashlytics data should be sent, in the OpenTe
4544
```typescript
4645
endpointUrl?: string;
4746
```
48-
49-
## CrashlyticsOptions.tracingUrl
50-
51-
The URL for the endpoint to which Crashlytics traces should be sent, in the OpenTelemetry format. By default, data will be sent to Firebase.
52-
53-
<b>Signature:</b>
54-
55-
```typescript
56-
tracingUrl?: string;
57-
```

docs-devsite/crashlytics_angular.crashlyticsoptions.md

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ export interface CrashlyticsOptions
2323
| Property | Type | Description |
2424
| --- | --- | --- |
2525
| [appVersion](./crashlytics_angular.crashlyticsoptions.md#crashlyticsoptionsappversion) | string | The version of the application. This should be a unique string that identifies the snapshot of code to be deployed, such as "1.0.2". If not specified, other default locations will be checked for an identifier. Setting a value here takes precedence over any other values. |
26-
| [endpointUrl](./crashlytics_angular.crashlyticsoptions.md#crashlyticsoptionsendpointUrl) | string | The URL for the endpoint to which Crashlytics data should be sent, in the OpenTelemetry format. By default, data will be sent to Firebase. |
27-
| [tracingUrl](./crashlytics_angular.crashlyticsoptions.md#crashlyticsoptionstracingurl) | string | The URL for the endpoint to which Crashlytics traces should be sent, in the OpenTelemetry format. By default, data will be sent to Firebase. |
26+
| [endpointUrl](./crashlytics_angular.crashlyticsoptions.md#crashlyticsoptionsendpointurl) | string | The URL for the endpoint to which Crashlytics data should be sent, in the OpenTelemetry format. By default, data will be sent to Firebase. |
2827

2928
## CrashlyticsOptions.appVersion
3029

@@ -45,13 +44,3 @@ The URL for the endpoint to which Crashlytics data should be sent, in the OpenTe
4544
```typescript
4645
endpointUrl?: string;
4746
```
48-
49-
## CrashlyticsOptions.tracingUrl
50-
51-
The URL for the endpoint to which Crashlytics traces should be sent, in the OpenTelemetry format. By default, data will be sent to Firebase.
52-
53-
<b>Signature:</b>
54-
55-
```typescript
56-
tracingUrl?: string;
57-
```

docs-devsite/crashlytics_react-router.crashlyticsoptions.md

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ export interface CrashlyticsOptions
2323
| Property | Type | Description |
2424
| --- | --- | --- |
2525
| [appVersion](./crashlytics_react-router.crashlyticsoptions.md#crashlyticsoptionsappversion) | string | The version of the application. This should be a unique string that identifies the snapshot of code to be deployed, such as "1.0.2". If not specified, other default locations will be checked for an identifier. Setting a value here takes precedence over any other values. |
26-
| [endpointUrl](./crashlytics_react-router.crashlyticsoptions.md#crashlyticsoptionsendpointUrl) | string | The URL for the endpoint to which Crashlytics data should be sent, in the OpenTelemetry format. By default, data will be sent to Firebase. |
27-
| [tracingUrl](./crashlytics_react-router.crashlyticsoptions.md#crashlyticsoptionstracingurl) | string | The URL for the endpoint to which Crashlytics traces should be sent, in the OpenTelemetry format. By default, data will be sent to Firebase. |
26+
| [endpointUrl](./crashlytics_react-router.crashlyticsoptions.md#crashlyticsoptionsendpointurl) | string | The URL for the endpoint to which Crashlytics data should be sent, in the OpenTelemetry format. By default, data will be sent to Firebase. |
2827

2928
## CrashlyticsOptions.appVersion
3029

@@ -45,13 +44,3 @@ The URL for the endpoint to which Crashlytics data should be sent, in the OpenTe
4544
```typescript
4645
endpointUrl?: string;
4746
```
48-
49-
## CrashlyticsOptions.tracingUrl
50-
51-
The URL for the endpoint to which Crashlytics traces should be sent, in the OpenTelemetry format. By default, data will be sent to Firebase.
52-
53-
<b>Signature:</b>
54-
55-
```typescript
56-
tracingUrl?: string;
57-
```

docs-devsite/crashlytics_react-router.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ https://github.com/firebase/firebase-js-sdk
1515

1616
| Function | Description |
1717
| --- | --- |
18-
| [CrashlyticsRoutes({ firebaseApp, crashlyticsOptions, children, ...props })](./crashlytics_react-router.md#crashlyticsroutes_707e4a5) | A wrapper around <code>Routes</code> from <code>react-router-dom</code> that automatically captures errors in route components.<!-- -->This component acts as a replacement for <code>Routes</code> from <code>react-router-dom</code>. It wraps the routes in an error boundary that captures errors thrown during rendering and reports them to Crashlytics. The error boundary is reset on navigation (path changes). |
18+
| [CrashlyticsRoutes({ firebaseApp, crashlyticsOptions, children, ...props })](./crashlytics_react-router.md#crashlyticsroutes_707e4a5) | A wrapper around that automatically captures errors in route components.<!-- -->This component acts as a replacement for <code>Routes</code> from <code>react-router-dom</code>. It wraps the routes in an error boundary that captures errors thrown during rendering and reports them to Crashlytics. The error boundary is reset on navigation (path changes). |
1919

2020
## Interfaces
2121

@@ -28,7 +28,7 @@ https://github.com/firebase/firebase-js-sdk
2828

2929
### CrashlyticsRoutes({ firebaseApp, crashlyticsOptions, children, ...props }) {:#crashlyticsroutes_707e4a5}
3030

31-
A wrapper around `Routes` from `react-router-dom` that automatically captures errors in route components.
31+
A wrapper around that automatically captures errors in route components.
3232

3333
This component acts as a replacement for `Routes` from `react-router-dom`<!-- -->. It wraps the routes in an error boundary that captures errors thrown during rendering and reports them to Crashlytics. The error boundary is reset on navigation (path changes).
3434

docs-devsite/crashlytics_react.crashlyticsoptions.md

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ export interface CrashlyticsOptions
2323
| Property | Type | Description |
2424
| --- | --- | --- |
2525
| [appVersion](./crashlytics_react.crashlyticsoptions.md#crashlyticsoptionsappversion) | string | The version of the application. This should be a unique string that identifies the snapshot of code to be deployed, such as "1.0.2". If not specified, other default locations will be checked for an identifier. Setting a value here takes precedence over any other values. |
26-
| [endpointUrl](./crashlytics_react.crashlyticsoptions.md#crashlyticsoptionsendpointUrl) | string | The URL for the endpoint to which Crashlytics data should be sent, in the OpenTelemetry format. By default, data will be sent to Firebase. |
27-
| [tracingUrl](./crashlytics_react.crashlyticsoptions.md#crashlyticsoptionstracingurl) | string | The URL for the endpoint to which Crashlytics traces should be sent, in the OpenTelemetry format. By default, data will be sent to Firebase. |
26+
| [endpointUrl](./crashlytics_react.crashlyticsoptions.md#crashlyticsoptionsendpointurl) | string | The URL for the endpoint to which Crashlytics data should be sent, in the OpenTelemetry format. By default, data will be sent to Firebase. |
2827

2928
## CrashlyticsOptions.appVersion
3029

@@ -45,13 +44,3 @@ The URL for the endpoint to which Crashlytics data should be sent, in the OpenTe
4544
```typescript
4645
endpointUrl?: string;
4746
```
48-
49-
## CrashlyticsOptions.tracingUrl
50-
51-
The URL for the endpoint to which Crashlytics traces should be sent, in the OpenTelemetry format. By default, data will be sent to Firebase.
52-
53-
<b>Signature:</b>
54-
55-
```typescript
56-
tracingUrl?: string;
57-
```

0 commit comments

Comments
 (0)