PackageTrack
Sign in Get early access

spatie/backtrace

A better backtrace

1.8.2 194M downloads/mo #226 most downloaded on composer spatie/backtrace

What this package is like to depend on

Last release 5 months ago

11 Mar 2026

Release timing varies

gaps range from 8 days to 10 months

Nearly every release is documented

notes for 25 of 26 stable releases

Nothing withdrawn

no release was ever pulled

6 years old

26 releases · first in 2020

1 release in the last 12 months

see the full history below

Release timeline

26 releases · Nov 2020 to Mar 2026
2021 2022 2023 2024 2025 2026
Release Pre-release

Releases

latest 26
  1. 1.8.2 11 Mar 2026
    Release notes
    • Fix an issue where the file path of a frame could be a directory, crashing the package
    Open source →
    Release notes
    • Fix an issue where the file path of a frame could be a directory, crashing the package
    Open source →
  2. 1.8.1 26 Aug 2025
    Release notes
    • Bugfix: top frame should also be marked as vendor/application frame

    Full Changelog: 1.8.0...1.8.1

    Open source →
    Release notes
    • Bugfix: top frame should also be marked as vendor/application frame

    Full Changelog: https://github.com/spatie/backtrace/compare/1.8.0...1.8.1

    Open source →
  3. 1.8.0 25 Aug 2025
    Release notes

    What's Changed

    • Laravel's artisan file is now considered a vendor file, even though it's typically found in the application's root directory
    • Statamic's please file is now considered a vendor file, even though it's typically found in the application's root directory

    Full Changelog: 1.7.4...1.8.0

    Open source →
    Release notes

    What's Changed

    • Laravel's artisan file is now considered a vendor file, even though it's typically found in the application's root directory
    • Statamic's please file is now considered a vendor file, even though it's typically found in the application's root directory

    Full Changelog: https://github.com/spatie/backtrace/compare/1.7.4...1.8.0

    Open source →
  4. 1.7.4 08 May 2025
    Release notes

    What's Changed

    • Fix getCodeSnippetProvider when file is not in open_basedir by @tadhgboyle in #32

    New Contributors

    Full Changelog: 1.7.3...1.7.4

    Open source →
    Release notes

    What's Changed

    • Fix getCodeSnippetProvider when file is not in open_basedir by @tadhgboyle in https://github.com/spatie/backtrace/pull/32

    New Contributors

    • @tadhgboyle made their first contribution in https://github.com/spatie/backtrace/pull/32

    Full Changelog: https://github.com/spatie/backtrace/compare/1.7.3...1.7.4

    Open source →
  5. 1.7.3 07 May 2025
    Release notes

    What's Changed

    • Add test for enabling arguments with a throwable by @jivanf in #31

    Full Changelog: 1.7.2...1.7.3

    Open source →
    Release notes

    What's Changed

    • Add test for enabling arguments with a throwable by @jivanf in https://github.com/spatie/backtrace/pull/31

    Full Changelog: https://github.com/spatie/backtrace/compare/1.7.2...1.7.3

    Open source →
  6. 1.7.2 28 Apr 2025
    Release notes

    What's Changed

    New Contributors

    Full Changelog: 1.7.1...1.7.2

    Open source →
    Release notes

    What's Changed

    • Update README.md by @jackbayliss in https://github.com/spatie/backtrace/pull/28
    • Bump dependabot/fetch-metadata from 2.2.0 to 2.3.0 by @dependabot in https://github.com/spatie/backtrace/pull/29
    • Add object property to frame by @jivanf in https://github.com/spatie/backtrace/pull/30

    New Contributors

    • @jivanf made their first contribution in https://github.com/spatie/backtrace/pull/30

    Full Changelog: https://github.com/spatie/backtrace/compare/1.7.1...1.7.2

    Open source →
  7. 1.7.1 02 Dec 2024
    Release notes
    • fix deprecation message

    Full Changelog: 1.7.0...1.7.1

    Open source →
    Release notes
    • fix deprecation message

    Full Changelog: https://github.com/spatie/backtrace/compare/1.7.0...1.7.1

    Open source →
  8. 1.7.0 02 Dec 2024
    Release notes

    What's Changed

    New Contributors

    Full Changelog: 1.6.3...1.7.0

    Open source →
    Release notes

    What's Changed

    • Add PHP 8.4 Support by @sweptsquash in https://github.com/spatie/backtrace/pull/27

    New Contributors

    • @sweptsquash made their first contribution in https://github.com/spatie/backtrace/pull/27

    Full Changelog: https://github.com/spatie/backtrace/compare/1.6.3...1.7.0

    Open source →
  9. 1.6.3 18 Nov 2024
    Release notes

    What's Changed

    New Contributors

    Full Changelog: 1.6.2...1.6.3

    Open source →
    Release notes

    What's Changed

    • trimFilePaths feature by @jackbayliss in https://github.com/spatie/backtrace/pull/26

    New Contributors

    • @jackbayliss made their first contribution in https://github.com/spatie/backtrace/pull/26

    Full Changelog: https://github.com/spatie/backtrace/compare/1.6.2...1.6.3

    Open source →
  10. 1.6.2 22 Jul 2024
    Release notes

    What's Changed

    • Bump dependabot/fetch-metadata from 2.0.0 to 2.1.0 by @dependabot in #24
    • Bump dependabot/fetch-metadata from 2.1.0 to 2.2.0 by @dependabot in #25
    • Correct with object check by @1RV34 in #22

    New Contributors

    • @1RV34 made their first contribution in #22

    Full Changelog: 1.6.1...1.6.2

    Open source →
    Release notes

    What's Changed

    • Bump dependabot/fetch-metadata from 2.0.0 to 2.1.0 by @dependabot in https://github.com/spatie/backtrace/pull/24
    • Bump dependabot/fetch-metadata from 2.1.0 to 2.2.0 by @dependabot in https://github.com/spatie/backtrace/pull/25
    • Correct with object check by @1RV34 in https://github.com/spatie/backtrace/pull/22

    New Contributors

    • @1RV34 made their first contribution in https://github.com/spatie/backtrace/pull/22

    Full Changelog: https://github.com/spatie/backtrace/compare/1.6.1...1.6.2

    Open source →
  11. 1.6.1 24 Apr 2024
    Release notes
    • Add check wether serializable closure is defined
    Open source →
  12. 1.6.0 24 Apr 2024
    Release notes

    What's Changed

    • Serializeable closure support by @rubenvanassche in https://github.com/spatie/backtrace/pull/23

    Full Changelog: https://github.com/spatie/backtrace/compare/1.5.3...1.6.0

    Open source →
  13. 1.5.3 28 Jun 2023
    Release notes
    • Fix issue where arguments of throwable leaked
    Open source →
  14. 1.5.2 28 Jun 2023
    Release notes
    • Another type update
    Open source →
  15. 1.5.1 28 Jun 2023
    Release notes
    • Type update
    Open source →
  16. 1.5.0 28 Jun 2023
    Release notes
    • Add support for reducing stack trace arguments (#16)
    Open source →
  17. 1.4.1 13 Jun 2023
    Release notes
    • Allow withArguments to be specified with boolean
    Open source →
  18. 1.4.0 04 Mar 2023
    Release notes

    Add getSnippetAsString to Frame

    Open source →
  19. 1.3.0 04 Mar 2023
    Release notes
    • add getAsString to snippet
    Open source →
  20. 1.2.2 21 Feb 2023
    Release notes
    • fix a misconfigured application path
    Open source →
  21. 1.2.1 09 Nov 2021
    Release notes
    • Add a return typehint (#4)
    Open source →
  22. 1.2.0 19 May 2021
    Release notes
    • add firstApplicationFrameIndex
    Open source →
  23. 1.1.0 29 Jan 2021
    Release notes
    • add snippetProperties
    Open source →
  24. 1.0.1 27 Jan 2021
    Release notes
    • add support for PHP 7.3
    Open source →
  25. 1.0.0 24 Nov 2020
    Release notes
    • initial release
    Open source →
  26. 0.0.1 23 Nov 2020

    Nothing published for this version

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive