Commit f9d1d46
Add Splunk RUM custom workflow events for cart operations (#72)
* provide proper synch between image build and
* chore: update test manifests to demo-for-rob-1
Services: payment
Updated:
- Source k8s manifests with new image references
Note: .service-versions.yaml updated locally but not committed
* Test build: demo-for-rob-1
Generated test manifest for Astronomy Shop
- Base Version: 1.0.1 (unchanged)
- Test Version: demo-for-rob-1
- Manifest: kubernetes/TEST-splunk-astronomy-shop-demo-for-rob-1.yaml
- Generated by: GitHub Actions (test build)
Note: SPLUNK-VERSION file was NOT modified.
* chore: remove TEST manifest files
Automatically removed by remove-test-manifests workflow
* movd Flagd. config map to a pvc, so bit flagd and flagd read write same file
* feat: add helper scripts for feature branch workflow
* verion 1.4.0 of values.yaml, mostly db-mon/sql focused
* feat: add custom version option for single-service builds
Added ability to specify a custom version when building a single service:
- New 'custom' option in version_bump dropdown
- New 'custom_version' text input for specifying exact version
- Validation ensures custom only works with single service (not 'all')
- Custom builds don't modify SPLUNK-VERSION (single service only)
- Clear PR title showing service and custom version
Also updated flagd-config to set paymentServiceUnreachable default to 50%
* fix: prevent 404 errors for undefined product images
Guard against rendering/fetching product images before data is loaded,
preventing requests to /images/products/undefined through frontend-proxy.
* First Cart Custome Events
* gitignore
* fix: improve CartPageError to fire once per session with realistic error
- Add useRef to ensure error only fires once per browser session
- Update error message to simulate pricing race condition
- Add detailed comments explaining the demo scenario
- Add error.synthetic attribute for filtering in Splunk
* chore: update test manifests to 1.4.1-b
Services: frontend
Updated:
- Source k8s manifests with new image references
Note: .service-versions.yaml updated locally but not committed
* fix: create deeper stack trace for CartPageError sourcemap support
Use actual function calls instead of new Error() to generate a real
stack trace that sourcemaps can map back to original source code.
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>1 parent fdf2ec0 commit f9d1d46
2 files changed
+58
-14
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
21 | 36 | | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
33 | 61 | | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
34 | 78 | | |
35 | 79 | | |
36 | 80 | | |
| |||
0 commit comments