Skip to content

Commit 4d04dac

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit edc40f8 of spec repo
1 parent 0b32005 commit 4d04dac

6 files changed

Lines changed: 54 additions & 0 deletions

File tree

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# ProGuard/R8 mapping file
2+
# Generated for testing purposes
3+
4+
com.example.app.MainActivity -> a.a.a:
5+
void onCreate(android.os.Bundle) -> a
6+
void onResume() -> b
7+
void onPause() -> c
8+
9+
com.example.app.utils.NetworkHelper -> a.a.b:
10+
java.lang.String baseUrl -> a
11+
void sendRequest(java.lang.String) -> a
12+
void handleResponse(java.lang.String) -> b
13+
14+
com.example.app.models.User -> a.a.c:
15+
java.lang.String name -> a
16+
java.lang.String email -> b
17+
int getId() -> a
18+
void setId(int) -> a
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
Flutter symbol file for crash symbolication testing
2+
Platform: android
3+
Architecture: arm64
4+
Variant: release
5+
Build: test-flutter-app-1.0.0
6+
7+
Symbol Table:
8+
0x00001000 _kDartIsolateSnapshotData
9+
0x00002000 _kDartIsolateSnapshotInstructions
10+
0x00003000 _kDartVmSnapshotData
11+
0x00004000 _kDartVmSnapshotInstructions
231 Bytes
Binary file not shown.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
function hello() {
2+
console.log("Hello World");
3+
}
4+
function greet(n) {
5+
return "Hello, " + n;
6+
}

tests/v2/features/fixtures/sourcemap_intake/javascript/main.min.js.map

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"version": 3,
3+
"file": "main.jsbundle",
4+
"sources": ["App.js", "components/Button.js"],
5+
"sourcesContent": [
6+
"import React from 'react';\nexport default function App() {\n return <View />;\n}\n",
7+
"import React from 'react';\nexport function Button({ onPress }) {\n return <TouchableOpacity onPress={onPress} />;\n}\n"
8+
],
9+
"names": ["React", "App", "View", "Button", "onPress", "TouchableOpacity"],
10+
"mappings": "AAAA,OAAOA,KAAK,MAAM,QAClB,eAAe,SAASC,MACxB,OAAOC"
11+
}

0 commit comments

Comments
 (0)