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

meta(changelog): Update changelog for 7.81.0 #9596

Merged
merged 18 commits into from
Nov 20, 2023
Merged

Commits on Nov 14, 2023

  1. Merge pull request #9552 from getsentry/master

    [Gitflow] Merge master into develop
    github-actions[bot] committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    010eb69 View commit details
    Browse the repository at this point in the history
  2. ref: Deprecate extractTraceParentData from @sentry/core & downstr…

    …eam packages (#9158)
    
    Instead, users should import this from `@sentry/utils`.
    
    This was also re-exported from all downstream packages (e.g.
    `@sentry/browser`, `@sentry/node`). I don't think this is something
    users need to import from there...? If you need this, installing
    `@sentry/utils` is probably fine.
    mydea committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    f1ed0e9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    11e0c2d View commit details
    Browse the repository at this point in the history
  4. chore(feedback): Readme note beta and ea org (#9558)

    Co-authored-by: Catherine Lee <55311782+c298lee@users.noreply.github.com>
    Co-authored-by: Billy Vong <billyvg@users.noreply.github.com>
    3 people committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    db127a3 View commit details
    Browse the repository at this point in the history
  5. codeql: use extended query pack

    mdtro committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    04a41ee View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6d42457 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #9559 from getsentry/mdtro/codeql-extended

    codeql: use extended query pack
    mdtro committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    ad4f2d1 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2023

  1. Configuration menu
    Copy the full SHA
    ade4c1d View commit details
    Browse the repository at this point in the history
  2. test: Add test for manual client usage (#9567)

    While debugging something, figured it is good to have a test covering
    that this works as expected!
    
    See also: getsentry/sentry-docs#8495
    mydea committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    d68ab17 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e4cd09c View commit details
    Browse the repository at this point in the history
  4. ref(replay): Add further logging to network body parsing (#9566)

    We got somewhat closer to figuring out the problem there. Based on this
    comment:
    #9339 (comment)
    
    > The requests are now showing with the request body, but the response
    body is "undefined"
    
    It seems that the problem is with parsing the response body for a XHR
    request. I added some more logging there, to be able to debug this
    further.
    mydea committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    5698094 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ed2b201 View commit details
    Browse the repository at this point in the history
  6. feat(feedback): Add level and remove breadcrumbs from feedback event (

    #9533)
    
    Also adds a browser integration test as well
    billyvg committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    13aaf3c View commit details
    Browse the repository at this point in the history
  7. dev: Add missing --sig arg to yalc:publish task (#9511)

    I missed some packages when doing #9269
    billyvg committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    f48b697 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2023

  1. Configuration menu
    Copy the full SHA
    1e2bf6e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ff416ae View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2023

  1. feat(vue): Support Vue 3 lifecycle hooks in mixin options (#9578)

    Adds support for the `unmount` hook added in Vue 3. The `destroy` hook no longer works in Vue 2. See PR and issue for more details.
    snoozbuster committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    6f4edf8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4ff96ec View commit details
    Browse the repository at this point in the history