Commit 1dc56b5
authored
fix: replace thrown errors with logs (#1220)
* fix: Replace Thrown Errors with Logs
sss
chore(ios): bump sdk to v13.1.0 (#1227)
* chore(ios): bump ios sdk v13.1.0
* chore(ios): bump ios sdk v13.1.0
* chore(ios): bump ios sdk v13.1.0
chore(android): bump sdk to v13.1.1 (#1228)
* chore(android): bump android sdk v13.1.1
feat: enhance non-fatals support (#1194)
* add non fatal api
---------
Co-authored-by: Ahmed Mahmoud <68241710+a7medev@users.noreply.github.com>
fix: read env variable in sourcemap (#1232)
* fix sourcemap issue
* fix sourcemap issue
* fix sourcemap issue
* Update typo in CHANGELOG.md
---------
Co-authored-by: Andrew Amin <160974398+AndrewAminInstabug@users.noreply.github.com>
Release:v13.1.1 (#1231)
* release/v13.1.1
* Update CHANGELOG.md
Update CHANGELOG.md
chore(deps): bump @babel/traverse in /examples/default
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.22.8 to 7.24.6.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.24.6/packages/babel-traverse)
---
updated-dependencies:
- dependency-name: "@babel/traverse"
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
chore(deps): bump follow-redirects from 1.15.2 to 1.15.6
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.2 to 1.15.6.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](follow-redirects/follow-redirects@v1.15.2...v1.15.6)
---
updated-dependencies:
- dependency-name: follow-redirects
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
fix: cont work after logging
fix(android): change parameters used in inner class to final (#1239)
chore(android): bump sdk to v13.2.0 (#1245)
* chore(android): bump sdk to v13.2.0
* chore: update changelog
chore(ios): bump sdk to v13.2.0 (#1246)
release: v13.2.0 (#1247)
chore: resolve issues in changelog (#1249)
feat(example): add apm screen (#1141)
fix(android): resolve an OOM in network logs (#1244)
fix(android): APM network logging(#1253)
* fix(android): add W3C External Trace Attributes placeholder
* chore: add CHANGLOG
* chore: add CHANGLOG
* fix: remove ios sub module
feat: export upload utils (#1252)
chore(example): remove flipper (#1259)
fix(android): pass network start time in microseconds (#1260)
* fix: network timestamp in android side
* fix: PR comments
Co-authored-by: Ahmed Elrefaey <68241710+a7medev@users.noreply.github.com>
---------
Co-authored-by: Ahmed Elrefaey <68241710+a7medev@users.noreply.github.com>
feat: support feature flags with variants (#1230)
Jira ID: MOB-14684
---------
Co-authored-by: Ahmed Elrefaey <68241710+a7medev@users.noreply.github.com>
chore(android): bump android sdk to v13.3.0 (#1261)
chore(ios): bump sdk to v13.3.0 (#1262)
release: v13.3.0 (#1263)
chore: remove duplicate app flows entries in changelog (#1264)
chore: remove duplicate execution traces deprecation in changelog (#1265)
feat: navigation tracking support with expo router (#1270)
* feat: add screen tracker on screen change listener and tests
* feat (example): add screen change listener
chore: enhance expo router tracking support (#1272)
ci: generalize enterprise releases (#1275)
ci: run tests before enterprise releases (#1271)
ci: publish snapshots to npm (#1274)
fix: PR comments
fix(ios): network log empty response body (#1273)
fix: drop non-error objects when reporting errors (#1279)
* Fix: omitted non-error objects when logging errors
* ci: publish snapshots to npm (#1274)
* Fix: omitted non-error objects when logging errors
* fix: use warn instead of logs
Co-authored-by: Ahmed Elrefaey <68241710+a7medev@users.noreply.github.com>
* Update CHANGELOG.md
Co-authored-by: Ahmed Elrefaey <68241710+a7medev@users.noreply.github.com>
* fix: merge issues
---------
Co-authored-by: Ahmed Elrefaey <68241710+a7medev@users.noreply.github.com>
feat: capture client error in the network interceptor (#1257)
* feat/support-capture-client-error-in-xhr-requests
---------
Co-authored-by: Abdelhamid Nasser <38096011+abdelhamid-f-nasser@users.noreply.github.com>
Co-authored-by: Ahmed Elrefaey <68241710+a7medev@users.noreply.github.com>
Co-authored-by: kholood <keassa@instabug.com>
fix: APM test cases
* fix: APM test cases
* fix test cases
* fix: PR comments
* fix: PR comments
* fix: PR comments1 parent e4c8a60 commit 1dc56b5
File tree
5 files changed
+33
-13
lines changed- src
- modules
- utils
- test/modules
5 files changed
+33
-13
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
3 | 9 | | |
4 | 10 | | |
5 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
| |||
381 | 382 | | |
382 | 383 | | |
383 | 384 | | |
384 | | - | |
| 385 | + | |
| 386 | + | |
385 | 387 | | |
386 | 388 | | |
387 | 389 | | |
| |||
404 | 406 | | |
405 | 407 | | |
406 | 408 | | |
407 | | - | |
| 409 | + | |
| 410 | + | |
| 411 | + | |
408 | 412 | | |
409 | 413 | | |
410 | 414 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
10 | 14 | | |
11 | 15 | | |
12 | 16 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
66 | 65 | | |
67 | 66 | | |
68 | 67 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
| |||
640 | 641 | | |
641 | 642 | | |
642 | 643 | | |
643 | | - | |
644 | | - | |
| 644 | + | |
645 | 645 | | |
| 646 | + | |
| 647 | + | |
646 | 648 | | |
| 649 | + | |
| 650 | + | |
647 | 651 | | |
648 | 652 | | |
649 | 653 | | |
| |||
676 | 680 | | |
677 | 681 | | |
678 | 682 | | |
679 | | - | |
680 | | - | |
681 | | - | |
682 | | - | |
683 | | - | |
684 | | - | |
685 | | - | |
686 | | - | |
| 683 | + | |
| 684 | + | |
| 685 | + | |
| 686 | + | |
| 687 | + | |
| 688 | + | |
| 689 | + | |
| 690 | + | |
| 691 | + | |
| 692 | + | |
| 693 | + | |
687 | 694 | | |
688 | 695 | | |
689 | 696 | | |
| |||
0 commit comments