Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Develop merge into main #297

Open
wants to merge 28 commits into
base: main
Choose a base branch
from
Open
Changes from 2 commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
f12ccdb
Merge pull request #295 from newrelic/main
cthomas-newrelic Oct 17, 2024
d3c7f2f
Update workflowCleanup.yml (#296)
cthomas-newrelic Oct 18, 2024
e56e0d6
chore: refactor AEI code into its own package
cthomas-newrelic Oct 24, 2024
6f63430
Merge pull request #298 from newrelic/feature/refactorAEISource
cthomas-newrelic Oct 24, 2024
87a9cbf
[NR-331312] Add sessionId mapper to manage historic session Ids
cthomas-newrelic Oct 24, 2024
ed9acd3
[NR-331312] Integrate session mapper into ApplicationExitMonitor
cthomas-newrelic Oct 24, 2024
165b3eb
[NR-331312] Reconcile artifacts with AEI record set returned by ART
cthomas-newrelic Oct 24, 2024
e5635dc
[NR-331312] Add session ID of historic process as AEI event attribute
cthomas-newrelic Oct 26, 2024
c8626ca
chore: add file backed payload implementation
cthomas-newrelic Oct 28, 2024
1643b45
Merge branch 'develop' into feature/nr331312-aeiSessionMapper
cthomas-newrelic Oct 28, 2024
dba45d1
fix: increase timeout on Android `check` task (#303)
cthomas-newrelic Oct 28, 2024
17ac2c8
Merge branch 'develop' into feature/nr331312-aeiSessionMapper
cthomas-newrelic Oct 28, 2024
c86e0ed
Merge pull request #299 from newrelic/feature/nr331312-aeiSessionMapper
cthomas-newrelic Oct 28, 2024
a2247fc
[NR-315570] Add AEI trace model
cthomas-newrelic Oct 28, 2024
f644a97
chore: cleanup tests
cthomas-newrelic Oct 31, 2024
bb25f63
Merge pull request #305 from newrelic/feature/testCleanup
cthomas-newrelic Oct 31, 2024
f6b7a25
[NR-293384] Add AEI trace reporter and upload components
cthomas-newrelic Oct 30, 2024
45a6e7d
[NR-293384] Integrate AEIReport/Sender into ApplicationExitMonitor
cthomas-newrelic Oct 31, 2024
4d07986
[NR-293384] Integration refinements
cthomas-newrelic Nov 4, 2024
ae4ccb6
Merge pull request #306 from newrelic/feature/nr293384-aeiTraceReporting
cthomas-newrelic Nov 4, 2024
83ca5a2
[NR-293384] Update header request
cthomas-newrelic Nov 6, 2024
d0ac932
[NR-293384] Compress artifact on 413 response
cthomas-newrelic Nov 7, 2024
946f1ba
Merge pull request #307 from newrelic/feature/nr293384-errorsProtocol
cthomas-newrelic Nov 8, 2024
4876c52
Null Throwable are generating repetitive logs in Console. (#309)
ndesai-newrelic Nov 12, 2024
a7c6252
[NR-337308] Add realAgentId to historic AEI metadata (#308)
cthomas-newrelic Nov 13, 2024
ea7f52a
[NR-341992] null pointer fix
ywang-nr Nov 20, 2024
45c3f97
Merge pull request #313 from newrelic/feature/nr341992-nullPointerFix
ywang-nr Nov 21, 2024
18edca6
common attributes for logs request (#311)
ndesai-newrelic Nov 23, 2024
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
2 changes: 1 addition & 1 deletion .github/workflows/workflowCleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- run: |
echo n | .github/bin/trimWorkflowRuns
echo y | .github/bin/trimWorkflowRuns
shell: bash
env:
GH_TOKEN: ${{ github.token }}
Expand Down
Loading