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

Python Starlette: new option middleware_spans #9934

Open
wants to merge 56 commits into
base: master
Choose a base branch
from

Commits on May 7, 2024

  1. Configuration menu
    Copy the full SHA
    4704708 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    259f79a View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. [DRAFT] UI redesign (#9428)

    * get rid of page grid CSS
    
    * get rid of unused global styles
    
    * use plain CSS instead of CSS modules for alert component
    
    * migrate codeBlock to CSS modules
    
    * scope externalLink styles
    
    * scope expandable CSS styles
    
    * feat: mobile layout + typography
    
    * delete unused css files
    
    * migrate some variables to CSS variables
    
    * migrate search logo loader to SCSS modules
    
    * move global :target styles to type.scss
    
    * nuke bootstrap 🔥
    
    * fix missing @popperjs/core dep
    
    * fix breadcrumbs wrapping
    
    * fix mobile nav dimensions
    
    * refactor Header component
    
    * fix 404 page
    
    * fix typo
    
    * split /pricing from /product/accounts/pricing
    
    * remove unused CSS files
    
    * publish header height as a CSS variable
    
    * fix layout overflow
    
    * [getsentry/action-github-commit] Auto commit
    
    * set the correct monospcae font for tailwind CSS
    
    * add missing comma
    
    * handle static redirects in middleware instead of vercel.json
    
    * remove extra comma 🙊
    
    * remove obvious duplicate static redirects
    
    * gather duplicate redirects that need discussion to the top
    
    * refactor Redirect type definition
    
    * add missing leading slash to redirectpath
    
    * fix sidebar trigger pointer
    
    * adjust mobile menu items padding & font size
    
    * api page styles
    
    * fix header font weight
    
    * refactor: use a friendlier predicate for Typescript on Array.filter()
    
    * center main page content and page toc on doc page
    
    * adjust heading anchor icon size
    
    * slightly thinner  borders
    
    * adjust search results border color
    
    * make box shadows consistent
    
    * get rid of unused #sidebar and associated styles
    
    * give search results a box shadow instead of a border
    
    * give search input more width on focus
    
    * make page toc fade in nicely
    
    * fix jumping on platformSelector
    
    * set img display to inline insde links
    
    * fix sidebar scrolling behavior
    
    * make page toc fixed width to avoid layout shift
    
    * fix active sidebar item scrollIntoView scrolling main page a bit
    
    * refactor: simplify serverSidebar serverSidebar logic
    
    * refactor: remove unecessary condition
    
    * refactor: move ProductSidebar and ApiSidebar to serverSidebar
    
    * refactor: move PlatformSidebar into serverSidebar
    
    * refactor: render contributing docs using DynamicNav
    
    * refactor: move default sidebar to serverSidebar and make it a server
    component
    
    * refactor: remove non exisiting entry for `_debug` from serverSidebar
    
    * fix platformGrid margin bottom
    
    * refactor: delete uncessary useEffect
    
    * refactor: rename serverSidebar to just sidebar
    
    * refactor: remove unused style
    
    * split sidebar and TOC styles
    
    * refactor: move all sidebar bits to sidebar component + use CSS modules
    
    * fix page TOC scrolling behavior
    
    * refactor mobile sidebar toggle logic
    
    * fix main page content margin on tablets when sidebar is open
    
    * refactor: no need for a global id for sidebar toggle
    
    * fix: forward sidebar header item styles to dynamicNav
    
    * aktually
    
    * Split concepts and references into separate section (#9681)
    
    * [getsentry/action-github-commit] Auto commit
    
    * refactor: remove unused highlight styles
    
    * remove unused class name from type.scss
    
    * refactor: move typography styles next to DocPage
    
    * fix missing sidebar close button on api page
    
    * fix: insert some space between api page columns
    
    * refactor: condense paramTable styles
    
    * refactor: move api page styles closer to consumeing module
    
    * refactor: end of the monolithic screen.scss file 🥳
    
    * feat: keep selected item at the top on platformSelector.
    
    * do I have proper access??
    
    * refactor: merge home components into one
    
    * resolve confilicting redirects
    
    * Remove headline above platform selector
    
    * Change breadcrumb separator
    
    * collapse product sidebar on `/platforms/(.*)`
    
    * Fix some styles
    
    * fix type error
    
    * Change placeholder text and additional sidebar links
    
    * Add quick improvements to sidebar
    
    * align search field to the left edge of the main text on desktop
    
    * fix: get rid of unused collapseAll flag
    
    * make tailwind forms plugin opt in
    
    * feat: paltform filter on home page
    
    * fix: add default value for --sidebar-width
    
    * refactor: leaner styles on home page (after bootsrap migration)
    
    * delete empty class
    
    * make nav items uppercase
    
    * feat: add separator between search field and ask a bot button
    
    * hide search separator button on mobile
    
    * fix loading logo size
    
    * fix search results alignment
    
    * Update support helpdesk URL
    
    * [getsentry/action-github-commit] Auto commit
    
    * Display page description on page
    
    * Update page descriptions
    
    * Relocate SDK details; make it less prominent
    
    * feat: platformSelector guide nesting
    
    * fix: hide scorllbar on platformSelector
    
    * fix missing tokens on mobileMenu
    
    * fix search results width on phones
    
    * Hide troubleshooting items in Expandable component
    
    * feat: nest guides under platforms on home page sdk search
    
    * refactor: migrate platformGrid to CSS modules
    
    * refactor: Alert doesn't need to be a client component
    
    * refactor: migrate relayMetrics to CSS modules
    
    * refactor: move platformSdkDetail to CSS modules
    
    * refactor: migrate jsBundleList to CSS modules
    
    * fix: add missing </Expandable> tag
    
    * refactor: migrate cliChecksumTable to CSS modules
    
    * Add/update some page descriptions
    
    * Split out docs about account and organization management
    
    * fix: formatting noise
    
    * split security legal & pii section (#9722)
    
    * split security legal & pii section
    
    * formatting error
    
    * adjust PII field color
    
    * adjust piiFields styles and make it a server component
    
    * add redirects
    
    * fix: remove unecessary node pii files
    
    * fix platform titles with periods handling
    
    * fix: relax platformSelector select height for wrapped elements
    
    * refactor: scroll active platform to the top of platformSelector
    instead of selected guide
    
    * refactor: simplify prop names
    
    ---------
    
    Co-authored-by: Abdellah Hariti <haritiabdellah@gmail.com>
    
    * fix: remove | behind or separator
    
    * fix: reword platformSelector placeholder
    
    * Fix codecovs page description
    
    * fix header overscroll behavior
    
    * fix header scroll margin
    
    * feat: remember selected platform on non platform pages
    
    * fix: delte frgotten `console.log`s
    
    * Remove EA banner (#9761)
    
    GA
    
    * update configure your org/configure your account names and descriptions.
    
    * adjust landing page hero spacing
    
    * refactor: unify API sidebar with product sidebar
    
    * refactor: DRY product sidebar items generation
    
    * refactor: additonal resources can never be active and don't need path
    
    * refactor: simplify platform sidebar logic
    
    * formatting noise
    
    * fix focus lost on platformSelector on /platforms/
    
    * refactor: move sidebar trigger to the left of the header logo
    
    * fix platformSelector bug upon switching platforms
    
    * Extract integrations documentation
    
    * fix: highlight sidebar items title on corresponding index pages
    
    * refactor: different highlighting for sidebar title vs links
    
    * Fix small styles and nav items
    
    * Revert "refactor: different highlighting for sidebar title vs links"
    
    This reverts commit 3390dd1.
    
    * get rid of "Getting Started" on platform index page
    
    * fix: remember current platform when choosing a platform from landing page
    
    * fix: don't save Tabgroup to localStorage when there's only one tab in CodeTabs
    
    * fix: don't show sidebar hamburger trigger on home page
    
    * fix Security-Legal link on home page
    
    * fix: make header logo smaller
    
    * refactor: more consistent padding on home page
    
    * fix data scrubbing redirects (#9792)
    
    * feat: get a hit on python when searching for python web frameworks on
    home page
    
    * feat: improve deeplinking to platform guides on platform selector
    
    * take keywords into consideration during search on platformSelector
    
    * fix: improve sidebar on platform redirect page
    
    * refactor: make Breadcrumbs component unaware of serverContext
    
    * forward request pathname as a special header: `x-pathname`
    
    * refactor: make Sidebar component unaware of serverContext
    
    * feat: a smarter 404 page
    
    * refactor: simplify ternary
    
    * refactor: get rid of unecessary nulls and their implications
    
    * fix: improve platform packing on home page platform filter
    
    * update sidenav titles
    
    * Not so smart 404 but still useful
    
    This reverts commits d372a4d and 9fff81a.
    
    * add 404 error issue template
    
    * more consistent sidebar separator
    
    Closes #9827
    
    * fix wrong sidebar toggle id
    
    * fix mobile sidebar overflow issue
    
    Closes #9828
    
    * oops: hide sidebar by default
    
    * akshually fix the sidebar overflow mobile
    
    * show useful content above the fold
    
    * feat: expand platforms on platformFilter while searching
    
    * feat: a nicer scrollbar on platform filter items (when necessary)
    
    * update meta descriptions for docs in new concepts section (#9795)
    
    * update meta descriptions for docs in new concepts section
    
    * Apply suggestions from code review
    
    Co-authored-by: Liza Mock <liza.mock@sentry.io>
    
    ---------
    
    Co-authored-by: Liza Mock <liza.mock@sentry.io>
    
    * Firefox scrollbar styles
    
    * smooth animations on platform expansion
    
    feature phone friendly :)
    
    * expand paltform with at least 2 character search string
    
    * load platform icons ASAP
    
    * fix search accross all sites button
    
    * improve typescript types on Search
    
    * feat: show python integrations as guides on home page.
    
    * show Android and Elixir integrations on the home page
    
    * show platform integrations on platformSelector
    
    * refactor: sort platforms alphabetically
    
    * refactor: remove unecessary null check
    
    * chore: get rid of annoying cache size limit (useless anyway) Error
    
    * chore: fix boolean attribute error
    
    * chore: suppress missing metadataBase warning
    
    * refactor: migrate codeKeywords/Keyword from defaultProps to js default
    parameters
    
    * refactor: migrate codeKeywords/KeywordIndicator from defaultProps to js default parameters
    
    * refactor: migrate codeKeywords/AnimatedContainer from defaultProps to js default parameters
    
    * chore: improve frontmatter doc comments
    
    * chore: suppress console warnings
    
    * chore: fix missing hooks deps
    
    * refactor: use next/image where it makes sense | 0 warnings 🎉
    
    * fix `/product/accounts` redirect
    
    * fix cron getting started with cli redirect, closes #9848
    
    * fix redirect syntax 🙊
    
    * Change redirect order
    
    * remove dynamic segment from SaaS migration redirect
    
    * move the rest of `/product/accounts/*` to static redirects
    
    * fix me up
    
    * fix: dedupe issue grouping redirect
    
    * fix: dedupe js guides default integrations redirect
    
    * fix redirect typo
    
    * fix: dedupe data management redirect
    
    * add root /account redirecT
    
    * formatting noise
    
    * feat: sync TOC to URL #hash
    
    * fix intersection observer on Safari
    
    * fix expandable indicator layout
    
    * fix codeBlock selection color
    
    closes #9882
    
    * fix platformSelector flicker
    
    closes 9881
    
    * fix: reduce vertical margin around images
    
    * fix: don't show stored platform on `/platforms/`
    
    * fix: separate top left hamburer menu from logo
    
    * fix platformSelector on mobile
    
    * update meta descriptions for org membership, troubleshooting, and cloud integrations (#9903)
    
    * attempt to fix `/account` 404 🤞
    
    * Revert "attempt to fix `/account` 404 🤞" | not really :(
    
    This reverts commit 167d7af.
    
    * chore: update next.js to 14.2
    
    * update integration platform descsriptions (#9916)
    
    * update integration platform descsriptions
    
    * Update docs/organization/integrations/integration-platform/index.mdx
    
    * Revert next.js update
    
    This reverts commit 2995344.
    
    * update notification incidents integrations descriptions (#9918)
    
    * try a fix for /account
    
    * famous last words: useless anyway (#9928)
    
    This reverts commit c9b0171.
    
    I still have no idea how is this related, but sigh!!
    
    * feat: add more emphasis to active sidebar item
    
    * a denser home page
    
    * better platformFilter search field alignment
    
    * Add more contrast to the table of contents font colors
    
    * refactor: migrate articleFooter to CSS modules
    
    * refactor: migrate changelog buttons to CSS modules
    
    * fix: make TS happy
    
    * fix: better Chevron rotation range
    
    * fix menu flicker when clicking an active changelog navbar element
    
    ---------
    
    Co-authored-by: vivianyentran <vivian.tran@sentry.io>
    Co-authored-by: getsantry[bot] <66042841+getsantry[bot]@users.noreply.github.com>
    Co-authored-by: Stephanie Anderson <stephanie.anderson@sentry.io>
    Co-authored-by: vivianyentran <20403606+vivianyentran@users.noreply.github.com>
    Co-authored-by: George Gritsouk <989898+gggritso@users.noreply.github.com>
    Co-authored-by: lizokm <lizka920@gmail.com>
    Co-authored-by: Liza Mock <liza.mock@sentry.io>
    8 people authored and antonpirker committed May 14, 2024
    Configuration menu
    Copy the full SHA
    00d7bd9 View commit details
    Browse the repository at this point in the history
  2. fix page overlow on api page (#9935)

    a-hariti authored and antonpirker committed May 14, 2024
    Configuration menu
    Copy the full SHA
    cdbf840 View commit details
    Browse the repository at this point in the history
  3. Update webhook docs for issues (#9930)

    * Update webhook docs for issues
    
    We're launching a new status: `unresolved` and I also think we need to explain what `substatus` is for that to make sense.
    
    * Update issues.mdx
    
    * Update docs/product/integrations/integration-platform/webhooks/issues.mdx
    
    Co-authored-by: vivianyentran <20403606+vivianyentran@users.noreply.github.com>
    
    * Update docs/product/integrations/integration-platform/webhooks/issues.mdx
    
    Co-authored-by: vivianyentran <20403606+vivianyentran@users.noreply.github.com>
    
    * Update docs/product/integrations/integration-platform/webhooks/issues.mdx
    
    Co-authored-by: vivianyentran <20403606+vivianyentran@users.noreply.github.com>
    
    * Update issues.mdx
    
    * Update docs/product/integrations/integration-platform/webhooks/issues.mdx
    
    Co-authored-by: vivianyentran <20403606+vivianyentran@users.noreply.github.com>
    
    * Update docs/product/integrations/integration-platform/webhooks/issues.mdx
    
    Co-authored-by: vivianyentran <20403606+vivianyentran@users.noreply.github.com>
    
    * Update issues.mdx
    
    ---------
    
    Co-authored-by: vivianyentran <20403606+vivianyentran@users.noreply.github.com>
    2 people authored and antonpirker committed May 14, 2024
    Configuration menu
    Copy the full SHA
    90607f9 View commit details
    Browse the repository at this point in the history
  4. fix: Changelog Images (#9936)

    * fix: Images
    
    * Add eslint ignore
    HazAT authored and antonpirker committed May 14, 2024
    Configuration menu
    Copy the full SHA
    5100874 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9439b9f View commit details
    Browse the repository at this point in the history
  6. fix banner margin (#9944)

    a-hariti authored and antonpirker committed May 14, 2024
    Configuration menu
    Copy the full SHA
    e4cd8b4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cbd6cc6 View commit details
    Browse the repository at this point in the history
  8. remove forwarding (#9940)

    bitsandfoxes authored and antonpirker committed May 14, 2024
    Configuration menu
    Copy the full SHA
    49c2752 View commit details
    Browse the repository at this point in the history
  9. custom favicon on localhost (#9839)

    a-hariti authored and antonpirker committed May 14, 2024
    Configuration menu
    Copy the full SHA
    3733be6 View commit details
    Browse the repository at this point in the history
  10. kmp: update versions for 0.6.0 release (#9933)

    * Update kotlin-multiplatform.mdx
    
    * Update
    
    * Update platform-includes/getting-started-primer/kotlin-multiplatform.mdx
    
    Co-authored-by: Karl Heinz Struggl <kahest@users.noreply.github.com>
    
    * Update
    
    ---------
    
    Co-authored-by: Karl Heinz Struggl <kahest@users.noreply.github.com>
    2 people authored and antonpirker committed May 14, 2024
    Configuration menu
    Copy the full SHA
    35f7ab9 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    4fa9537 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    cb0c11b View commit details
    Browse the repository at this point in the history
  13. feat: one click 404 report (#9937)

    * feat: one click 404 report
    a-hariti authored and antonpirker committed May 14, 2024
    Configuration menu
    Copy the full SHA
    888714e View commit details
    Browse the repository at this point in the history
  14. feat: docs/** content hot reload (#9842)

    * feat: docs/** content hot reload
    a-hariti authored and antonpirker committed May 14, 2024
    Configuration menu
    Copy the full SHA
    846b4f1 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    a905286 View commit details
    Browse the repository at this point in the history
  16. fix copyright year (#9959)

    a-hariti authored and antonpirker committed May 14, 2024
    Configuration menu
    Copy the full SHA
    1dbee0f View commit details
    Browse the repository at this point in the history
  17. update using framework alert (#9947)

    lizokm authored and antonpirker committed May 14, 2024
    Configuration menu
    Copy the full SHA
    355b987 View commit details
    Browse the repository at this point in the history
  18. fix account to org links (#9948)

    * fix account to org links
    
    * fix org/auth/sso link and add redirects
    
    * fix vercel formatting issues
    vivianyentran authored and antonpirker committed May 14, 2024
    Configuration menu
    Copy the full SHA
    589209e View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    4fe47ad View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    9545330 View commit details
    Browse the repository at this point in the history
  21. Bump API schema to a663c1c4 (#9965)

    Co-authored-by: openapi-getsentry-bot <bot@getsentry.com>
    2 people authored and antonpirker committed May 14, 2024
    Configuration menu
    Copy the full SHA
    835623e View commit details
    Browse the repository at this point in the history
  22. Bump API schema to 684b2cd9 (#9968)

    Co-authored-by: openapi-getsentry-bot <bot@getsentry.com>
    2 people authored and antonpirker committed May 14, 2024
    Configuration menu
    Copy the full SHA
    432dc56 View commit details
    Browse the repository at this point in the history
  23. Add fill_extra_context option to the symfony documentation (#9824)

    * Add fill_extra_context option to the symfony documentation
    
    * Add also the context data to test example
    
    * Update docs/platforms/php/guides/symfony/index.mdx
    
    Co-authored-by: vivianyentran <20403606+vivianyentran@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: vivianyentran <20403606+vivianyentran@users.noreply.github.com>
    2 people authored and antonpirker committed May 14, 2024
    Configuration menu
    Copy the full SHA
    a386663 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    bf544dd View commit details
    Browse the repository at this point in the history
  25. feat(perf): Add documentation for time-consuming domains widget (#9964)

    * Add documentation for time-consuming domains widget
    * Update actionable widgets list
    gggritso authored and antonpirker committed May 14, 2024
    Configuration menu
    Copy the full SHA
    99e31ac View commit details
    Browse the repository at this point in the history
  26. fix permissive regex (#9966)

    mdtro authored and antonpirker committed May 14, 2024
    Configuration menu
    Copy the full SHA
    3277861 View commit details
    Browse the repository at this point in the history
  27. feat(feedback): Add UF screenshot capability (#9867)

    * add screenshot to docs
    
    * Update docs/platforms/javascript/common/user-feedback/configuration/index.mdx
    
    Co-authored-by: vivianyentran <20403606+vivianyentran@users.noreply.github.com>
    
    * Update docs/platforms/javascript/common/user-feedback/index.mdx
    
    Co-authored-by: vivianyentran <20403606+vivianyentran@users.noreply.github.com>
    
    * Update docs/platforms/javascript/common/user-feedback/index.mdx
    
    Co-authored-by: Michelle Zhang <56095982+michellewzhang@users.noreply.github.com>
    
    * Update docs/platforms/javascript/common/user-feedback/index.mdx
    
    Co-authored-by: Jasmin <77064737+jas-kas@users.noreply.github.com>
    
    * Update docs/platforms/javascript/common/user-feedback/configuration/index.mdx
    
    Co-authored-by: Jasmin <77064737+jas-kas@users.noreply.github.com>
    
    * Update docs/platforms/javascript/common/user-feedback/index.mdx
    
    Co-authored-by: Michelle Zhang <56095982+michellewzhang@users.noreply.github.com>
    
    * Update docs/platforms/javascript/common/user-feedback/index.mdx
    
    Co-authored-by: Bruno Garcia <bruno@brunogarcia.com>
    
    * Update index.mdx
    
    * Update docs/platforms/javascript/common/user-feedback/index.mdx
    
    Co-authored-by: Bruno Garcia <bruno@brunogarcia.com>
    
    * Update index.mdx
    
    * Update index.mdx
    
    * Update docs/platforms/javascript/common/user-feedback/configuration/index.mdx
    
    Co-authored-by: Bruno Garcia <bruno@brunogarcia.com>
    
    * Update docs/platforms/javascript/common/user-feedback/index.mdx
    
    Co-authored-by: Bruno Garcia <bruno@brunogarcia.com>
    
    * screenshots
    
    * showscreenshot renamed + pr comment
    
    * Update index.mdx
    
    * Update index.mdx
    
    * Update index.mdx
    
    * update screenshots
    
    * hopefully last modification
    
    ---------
    
    Co-authored-by: vivianyentran <20403606+vivianyentran@users.noreply.github.com>
    Co-authored-by: Jasmin <77064737+jas-kas@users.noreply.github.com>
    Co-authored-by: Michelle Zhang <56095982+michellewzhang@users.noreply.github.com>
    Co-authored-by: Bruno Garcia <bruno@brunogarcia.com>
    5 people authored and antonpirker committed May 14, 2024
    Configuration menu
    Copy the full SHA
    47c6c2a View commit details
    Browse the repository at this point in the history
  28. feat: Cmd+k/esc keyboard interaction on Search (#9977)

    * feat: Cmd+k/esc search keyboard interaction
    
    * add hokey hint to Search filed
    a-hariti authored and antonpirker committed May 14, 2024
    Configuration menu
    Copy the full SHA
    624d05a View commit details
    Browse the repository at this point in the history
  29. fix (#9978)

    DominikB2014 authored and antonpirker committed May 14, 2024
    Configuration menu
    Copy the full SHA
    61b8e29 View commit details
    Browse the repository at this point in the history
  30. fix Integrations redirects (#9974)

    * fix integrations redirects
    
    * fix: point directly to organization integrations
    
    * fix: dedupe PagerDuty link
    a-hariti authored and antonpirker committed May 14, 2024
    Configuration menu
    Copy the full SHA
    2ecc9a4 View commit details
    Browse the repository at this point in the history
  31. feat(perf): Requests module SDK instrumentation documentation (#9963)

    * Link to custom instrumentation docs
    * Add JavaScript platform docs
    * Add Python platform docs
    
    ---------
    
    Co-authored-by: Liza Mock <liza.mock@sentry.io>
    2 people authored and antonpirker committed May 14, 2024
    Configuration menu
    Copy the full SHA
    3dfba33 View commit details
    Browse the repository at this point in the history
  32. Bump API schema to 0d1f96b7 (#9984)

    Co-authored-by: openapi-getsentry-bot <bot@getsentry.com>
    2 people authored and antonpirker committed May 14, 2024
    Configuration menu
    Copy the full SHA
    8292b19 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    a9e2663 View commit details
    Browse the repository at this point in the history
  34. Update deprecated option names and reflect that attachStacktrace is o…

    …n for React Native (#9666)
    
    Update some option names that have changed.
    
    Change the description for attachStacktrace
    Fwang36 authored and antonpirker committed May 14, 2024
    Configuration menu
    Copy the full SHA
    5461c93 View commit details
    Browse the repository at this point in the history
  35. feat(replay): Document how to connect Replay with support software (#…

    …9836)
    
    Adds a hypothetical example of how you can send a replay when a user opens a support widget.
    
    Closes #9037
    
    ---------
    
    Co-authored-by: Jasmin <77064737+jas-kas@users.noreply.github.com>
    Co-authored-by: vivianyentran <20403606+vivianyentran@users.noreply.github.com>
    3 people authored and antonpirker committed May 14, 2024
    Configuration menu
    Copy the full SHA
    887395f View commit details
    Browse the repository at this point in the history
  36. Bump API schema to 2313b26f (#9993)

    Co-authored-by: openapi-getsentry-bot <bot@getsentry.com>
    2 people authored and antonpirker committed May 14, 2024
    Configuration menu
    Copy the full SHA
    a8d24a5 View commit details
    Browse the repository at this point in the history
  37. Bump API schema to a857a9ce (#9994)

    Co-authored-by: openapi-getsentry-bot <bot@getsentry.com>
    2 people authored and antonpirker committed May 14, 2024
    Configuration menu
    Copy the full SHA
    a6d04cf View commit details
    Browse the repository at this point in the history
  38. spelling correction (#9991)

    liamjones authored and antonpirker committed May 14, 2024
    Configuration menu
    Copy the full SHA
    b73a4eb View commit details
    Browse the repository at this point in the history
  39. doc(feedback): remove beta banners and 'associated error event' menti…

    …ons (#9985)
    
    * doc(feedback): remove beta banners and 'associated error event' mentions
    
    * Delete beta note file
    
    * Update docs/platforms/javascript/common/user-feedback/index.mdx
    
    Co-authored-by: vivianyentran <20403606+vivianyentran@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: vivianyentran <20403606+vivianyentran@users.noreply.github.com>
    2 people authored and antonpirker committed May 14, 2024
    Configuration menu
    Copy the full SHA
    477dc23 View commit details
    Browse the repository at this point in the history
  40. Bump API schema to 3c5bcbf2 (#9996)

    Co-authored-by: openapi-getsentry-bot <bot@getsentry.com>
    2 people authored and antonpirker committed May 14, 2024
    Configuration menu
    Copy the full SHA
    92b0af8 View commit details
    Browse the repository at this point in the history
  41. chore: Clarification around size limits and stats (#9911)

    * adds link to stats, adds size limits drop reason
    
    * splits out size limits page under data mgmt
    
    * temp remove new file for merge
    
    * merges redesign & rewires/recreates content update
    
    * Update size-limits.mdx
    
    Added some headings to make this skimmable
    
    * Update docs/product/stats/index.mdx
    
    * Update size-limits.mdx
    
    * Update index.mdx
    
    fix link
    
    ---------
    
    Co-authored-by: vivianyentran <20403606+vivianyentran@users.noreply.github.com>
    2 people authored and antonpirker committed May 14, 2024
    Configuration menu
    Copy the full SHA
    adc2f92 View commit details
    Browse the repository at this point in the history
  42. Image to explain cardinality (#9998)

    ale-cota authored and antonpirker committed May 14, 2024
    Configuration menu
    Copy the full SHA
    a2e9026 View commit details
    Browse the repository at this point in the history
  43. fix: Button style (#10001)

    HazAT authored and antonpirker committed May 14, 2024
    Configuration menu
    Copy the full SHA
    36d82c0 View commit details
    Browse the repository at this point in the history
  44. Metrics examples with collapsable list (#10000)

    Added Examples Page with use cases for Metrics.
    ale-cota authored and antonpirker committed May 14, 2024
    Configuration menu
    Copy the full SHA
    2652a99 View commit details
    Browse the repository at this point in the history
  45. Update description for Investigation Mode (#9756)

    * Update index.mdx
    
    Re-shuffling content to make the behaviour more obvious.
    
    * Update docs/product/performance/retention-priorities/index.mdx
    
    Co-authored-by: Liza Mock <liza.mock@sentry.io>
    
    ---------
    
    Co-authored-by: Liza Mock <liza.mock@sentry.io>
    2 people authored and antonpirker committed May 14, 2024
    Configuration menu
    Copy the full SHA
    083ddba View commit details
    Browse the repository at this point in the history
  46. Bump API schema to dfae6277 (#10003)

    Co-authored-by: openapi-getsentry-bot <bot@getsentry.com>
    2 people authored and antonpirker committed May 14, 2024
    Configuration menu
    Copy the full SHA
    4993f60 View commit details
    Browse the repository at this point in the history
  47. chore(apple): Update Troubleshooting page to include `invalid version…

    …` solution. (#9989)
    
    * Update index.mdx
    
    * Update docs/platforms/apple/common/troubleshooting/index.mdx
    
    Co-authored-by: Liza Mock <liza.mock@sentry.io>
    
    ---------
    
    Co-authored-by: Philipp Hofmann <philipp.hofmann@sentry.io>
    Co-authored-by: Liza Mock <liza.mock@sentry.io>
    3 people authored and antonpirker committed May 14, 2024
    Configuration menu
    Copy the full SHA
    148a1f5 View commit details
    Browse the repository at this point in the history
  48. feat(v8): Update node docs for v8 (#9906)

    ---------
    
    Co-authored-by: Sigrid Huemer <32902192+s1gr1d@users.noreply.github.com>
    Co-authored-by: s1gr1d <sigrid.huemer@posteo.at>
    Co-authored-by: vivianyentran <20403606+vivianyentran@users.noreply.github.com>
    Co-authored-by: Andrei <168741329+andreiborza@users.noreply.github.com>
    Co-authored-by: Luca Forstner <luca.forstner@sentry.io>
    Co-authored-by: Stephanie Anderson <stephanie.anderson@sentry.io>
    7 people authored and antonpirker committed May 14, 2024
    Configuration menu
    Copy the full SHA
    645c021 View commit details
    Browse the repository at this point in the history
  49. update sdk to 8.0.0 (#10004)

    c298lee authored and antonpirker committed May 14, 2024
    Configuration menu
    Copy the full SHA
    b891123 View commit details
    Browse the repository at this point in the history
  50. Bump API schema to 4d976590 (#10005)

    Co-authored-by: openapi-getsentry-bot <bot@getsentry.com>
    2 people authored and antonpirker committed May 14, 2024
    Configuration menu
    Copy the full SHA
    d93dfd0 View commit details
    Browse the repository at this point in the history
  51. fix(js): Fix dead link (#10012)

    mydea authored and antonpirker committed May 14, 2024
    Configuration menu
    Copy the full SHA
    28b1bf0 View commit details
    Browse the repository at this point in the history
  52. Add import from NPM back (#10014)

    With V8 this is fixe
    smeubank authored and antonpirker committed May 14, 2024
    Configuration menu
    Copy the full SHA
    350d32b View commit details
    Browse the repository at this point in the history
  53. feat(nextjs): Update Next.js docs for v8 (#9910)

    Co-authored-by: vivianyentran <20403606+vivianyentran@users.noreply.github.com>
    2 people authored and antonpirker committed May 14, 2024
    Configuration menu
    Copy the full SHA
    3c2bc3d View commit details
    Browse the repository at this point in the history
  54. [Python] Manual instrumentation for Cache Module (#9926)

    Document how users can manually instrument their code to use the Cache Module in the Sentry Performance product.
    
    ---------
    
    Co-authored-by: Liza Mock <liza.mock@sentry.io>
    antonpirker and lizokm committed May 14, 2024
    Configuration menu
    Copy the full SHA
    f95b2c0 View commit details
    Browse the repository at this point in the history