<observations>
Date: May 8, 2026
* 🔴 (12:48) User stated Stripe Projects integration was announced and launched on April 28th. (meaning Apr 28, 2026)
* 🟡 (12:48) Assistant broke down 33 weighted requests over 14d: 24 catalog polls (Stripe auto-polling, not users), 5 resource provisions, 2 deep-link logins, 1 account request, 1 deep link created — leaving ~9 user-initiated actions since launch
* 🟡 (12:48) Assistant identified 2 unique user IDs on deep-link-login: `id:3745827` and `id:4461305`, estimating 2-3 actual users total
* 🟡 (12:48) Discover dataset sampling analysis: each endpoint had exactly 1 sampled transaction with weights applied — services 24x, resources 5x, deep-link-login 2x, account_requests 1x, deep_links 1x
* 🟡 (12:48) Spans dataset showed 7 unique traces; discover weighted extrapolation showed 33 total requests; actual user-initiated actions ~9 either way (after subtracting 24 Stripe catalog polls)
* 🟡 (12:48) Assistant flagged two possible explanations for low adoption: discovery/awareness problem (people don't know it exists in Stripe marketplace) vs funnel problem (people see it but don't complete provisioning)
* 🟡 (12:51) User asked for a web link for discover and whether dashboards support sample weights
* 🟡 (12:52) Dashboard widget update failed: `discover` widgetType deprecated (told to use `error-events` or `transaction-like`), `transaction-like` deprecated (told to use `spans` with `is_transaction:true`), but `is_transaction:true` returns 0 results — circular dead-end
* 🟡 (12:52) Assistant provided direct discover URL: `https://sentry.sentry.io/discover/results/?dataset=transactions&field=transaction&field=count%28%29&field=count_unique%28user%29&field=p50%28transaction.duration%29&field=p95%28transaction.duration%29&query=event.type%3Atransaction%20transaction%3A%2Astripe-projects%2A&sort=-count%28%29&statsPeriod=14d&yAxis=count%28%29&project=-1&display=default`
* 🟡 (12:52) Dashboard remains on `spans` dataset showing ...