Skip to content

Commit

Permalink
Merge pull request #2301 from DataDog/yl/sr-opt/merge-develop-to-feature
Browse files Browse the repository at this point in the history
Merge develop into feature/sr-dynamic-optimisation
  • Loading branch information
ambushwork authored Oct 2, 2024
2 parents 2b56563 + 0a04403 commit bf88ff6
Show file tree
Hide file tree
Showing 204 changed files with 6,606 additions and 2,285 deletions.
26 changes: 13 additions & 13 deletions .github/ISSUE_TEMPLATE/BugReport.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ body:
- type: markdown
attributes:
value: |
Ensure you go through our [troubleshooting](https://docs.datadoghq.com/real_user_monitoring/mobile_and_tv_monitoring/troubleshooting/#debugging) page before creating a new issue.
Ensure you go through our [troubleshooting](https://docs.datadoghq.com/real_user_monitoring/mobile_and_tv_monitoring/troubleshooting/android/#debugging) page before creating a new issue.
Before getting started, if the problem is urgent or easier to investigate with access to your organization's data please use our [official support channel](https://www.datadoghq.com/support/).
- type: textarea
id: description
Expand All @@ -19,8 +19,8 @@ body:
attributes:
label: Reproduction steps
description: |
Provide a self-contained piece of code demonstrating the bug.
For a more complex setup consider creating a small app that showcases the problem.
Provide a self-contained piece of code demonstrating the bug.
For a more complex setup consider creating a small app that showcases the problem.
**Note** - Avoid sharing any business logic, credentials or tokens.
validations:
required: true
Expand All @@ -29,7 +29,7 @@ body:
attributes:
label: Logcat logs
description: |
Please provide Logcat logs before, during and after the bug occurs.
Please provide Logcat logs before, during and after the bug occurs.
validations:
required: false
- type: textarea
Expand All @@ -43,7 +43,7 @@ body:
id: affected_sdk_versions
attributes:
label: Affected SDK versions
description: What are the SDK versions you're seeing this bug in?
description: What are the SDK versions you're seeing this bug in?
validations:
required: true
- type: input
Expand All @@ -54,7 +54,7 @@ body:
validations:
required: true
- type: dropdown
id: checked_lastest_sdk
id: checked_latest_sdk
attributes:
label: Did you confirm if the latest SDK version fixes the bug?
options:
Expand All @@ -65,24 +65,24 @@ body:
- type: input
id: kotlin_java_version
attributes:
label: Kotlin / Java version
label: Kotlin / Java version
- type: input
id: gradle_version
attributes:
label: Gradle / AGP version
label: Gradle / AGP version
- type: textarea
id: dependencies
attributes:
label: Other dependencies versions
label: Other dependencies versions
description: |
Relevant third party dependency versions.
Relevant third party dependency versions.
e.g. okhttp 4.11.0
- type: textarea
id: device_info
attributes:
label: Device Information
description: |
What are the common characteristics of devices you're seeing this bug in.
What are the common characteristics of devices you're seeing this bug in.
Specific models, OS versions, network state (wifi / cellular / offline), power state (plugged in / battery), etc.
validations:
required: false
Expand All @@ -91,5 +91,5 @@ body:
attributes:
label: Other relevant information
description: |
Other relevant information such as additional tooling in place, proxies, etc.
Anything that might be relevant for troubleshooting this bug.
Other relevant information such as additional tooling in place, proxies, etc.
Anything that might be relevant for troubleshooting this bug.
24 changes: 12 additions & 12 deletions .github/ISSUE_TEMPLATE/CrashReport.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: Crash Report
description: Report crashes caused by the SDK.
description: Report crashes caused by the SDK.
labels: ["crash"]
body:
- type: markdown
attributes:
value: |
Report crashes caused by the SDK. Please try to be as detailed as possible.
Report crashes caused by the SDK. Please try to be as detailed as possible.
Before getting started, if the problem is urgent please use our [official support channel](https://www.datadoghq.com/support/).
- type: textarea
id: stacktrace
Expand All @@ -19,8 +19,8 @@ body:
attributes:
label: Reproduction steps
description: |
Provide a self-contained piece of code demonstrating the crash if you can.
For a more complex setup consider creating a small app that showcases the problem.
Provide a self-contained piece of code demonstrating the crash if you can.
For a more complex setup consider creating a small app that showcases the problem.
**Note** - Avoid sharing any business logic, credentials or tokens.
validations:
required: false
Expand All @@ -35,7 +35,7 @@ body:
id: affected_sdk_versions
attributes:
label: Affected SDK versions
description: What are the SDK versions you're seeing this crash in?
description: What are the SDK versions you're seeing this crash in?
validations:
required: true
- type: input
Expand All @@ -46,7 +46,7 @@ body:
validations:
required: true
- type: dropdown
id: checked_lastest_sdk
id: checked_latest_sdk
attributes:
label: Does the crash manifest in the latest SDK version?
options:
Expand All @@ -57,29 +57,29 @@ body:
- type: input
id: kotlin_java_version
attributes:
label: Kotlin / Java version
label: Kotlin / Java version
- type: input
id: gradle_version
attributes:
label: Gradle / AGP version
label: Gradle / AGP version
- type: textarea
id: dependencies
attributes:
label: Other dependencies versions
label: Other dependencies versions
description: |
Relevant third party dependency versions.
Relevant third party dependency versions.
e.g. okhttp 4.11.0
- type: textarea
id: device_info
attributes:
label: Device Information
description: |
What are the common characteristics of devices you're seeing this crash in?
What are the common characteristics of devices you're seeing this crash in?
Specific models, OS versions, etc.
validations:
required: false
- type: textarea
id: other_info
attributes:
label: Other relevant information
description: Anything that might be relevant to pinpoint the source of the crash.
description: Anything that might be relevant to pinpoint the source of the crash.
5 changes: 2 additions & 3 deletions .github/ISSUE_TEMPLATE/FeatureRequest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ body:
- type: textarea
id: description
attributes:
label: Feature description
label: Feature description
description: |
Provide a description for the feature request. Please include:
1. Use case
Expand All @@ -19,7 +19,7 @@ body:
label: Proposed solution
description: |
How would you implement this?
Propose an idea, solution or reference implementation.
Propose an idea, solution or reference implementation.
validations:
required: false
- type: textarea
Expand All @@ -29,4 +29,3 @@ body:
description: Any other relevant information you'd like we take into consideration.
validations:
required: false

2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/Question.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ body:
- type: textarea
id: question
attributes:
label: Question
label: Question
validations:
required: true
20 changes: 10 additions & 10 deletions .github/ISSUE_TEMPLATE/SetupIssue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ body:
- type: markdown
attributes:
value: |
Before creating an issue, please ensure you go through the [troubleshooting page](https://docs.datadoghq.com/real_user_monitoring/mobile_and_tv_monitoring/troubleshooting/#debugging).
Before creating an issue, please ensure you go through the [troubleshooting page](https://docs.datadoghq.com/real_user_monitoring/mobile_and_tv_monitoring/troubleshooting/android/#debugging).
- type: textarea
id: issue
attributes:
label: Describe the issue
description: Provide a clear and concise description of the issue. Include compilation logs and SDK debug logs if relevant.
label: Describe the issue
description: Provide a clear and concise description of the issue. Include compilation logs and SDK debug logs if relevant.
validations:
required: true
- type: textarea
Expand All @@ -19,7 +19,7 @@ body:
label: Reproduction steps
description: |
Provide a self-contained piece of code demonstrating the issue.
For a more complex setup consider creating a small app that showcases the problem.
For a more complex setup consider creating a small app that showcases the problem.
**Note** - Avoid sharing any business logic, credentials or tokens.
validations:
required: true
Expand All @@ -28,7 +28,7 @@ body:
attributes:
label: Device Information
description: |
What are the common characteristics of devices you're seeing this issue in?
What are the common characteristics of devices you're seeing this issue in?
Simulators, specific models, OS versions, network state (wifi / cellular / offline), power state (plugged in / battery), etc.
validations:
required: false
Expand All @@ -42,22 +42,22 @@ body:
- type: input
id: kotlin_java_version
attributes:
label: Kotlin / Java version
label: Kotlin / Java version
- type: input
id: gradle_version
attributes:
label: Gradle / AGP version
label: Gradle / AGP version
- type: textarea
id: dependencies
attributes:
label: Other dependencies versions
label: Other dependencies versions
description: |
Relevant third party dependency versions.
Relevant third party dependency versions.
e.g. okhttp 4.11.0
- type: textarea
id: other_info
attributes:
label: Other relevant information
description: |
Other relevant information such as additional tooling in place, proxies, etc.
Anything that might be relevant for troubleshooting your setup.
Anything that might be relevant for troubleshooting your setup.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,4 @@ config/*

gh_token
sdk_classpath
detekt_classpath
Loading

0 comments on commit bf88ff6

Please sign in to comment.