Is there an existing issue for this?
How do you use Sentry?
Sentry Saas (sentry.io)
Which SDK are you using?
@sentry/nextjs
SDK Version
10.1.0
Framework Version
Next 15.4.5
Link to Sentry event
No response
Reproduction Example/SDK Setup
After installing latest version of @sentry/nextjs, building application started giving error
The erorr
Type error: Cannot find type definition file for 'minimatch'.
The file is in the program because:
Entry point for implicit type library 'minimatch'
After deep checking, @sentry/nextjs is the only package depending on minimatch
This package is also mentioned in this pull request merged on July 2
#16789
Steps to Reproduce
- Setup new nextjs project
- Install
@sentry/nextjs then run
- Build application by running
Expected Result
minimatch should be part of the package and installed automatically
Actual Result
minimatch requires external installation and interrupts building application. Initially it is difficult to find the root cause because of very generic error statement without mentioning traceback.
Is there an existing issue for this?
How do you use Sentry?
Sentry Saas (sentry.io)
Which SDK are you using?
@sentry/nextjs
SDK Version
10.1.0
Framework Version
Next 15.4.5
Link to Sentry event
No response
Reproduction Example/SDK Setup
After installing latest version of
@sentry/nextjs, building application started giving errorThe erorr
After deep checking,
@sentry/nextjsis the only package depending onminimatchThis package is also mentioned in this pull request merged on July 2
#16789
Steps to Reproduce
@sentry/nextjsthen runExpected Result
minimatchshould be part of the package and installed automaticallyActual Result
minimatchrequires external installation and interrupts building application. Initially it is difficult to find the root cause because of very generic error statement without mentioning traceback.