Skip to content

Commit 77878cb

Browse files
authoredMar 17, 2025
feat: add gsadmin entrypoint (#87147)
1 parent 6903a98 commit 77878cb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎webpack.config.ts

+3
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,9 @@ const appConfig: webpack.Configuration = {
240240
*/
241241
pipeline: ['sentry/utils/statics-setup', 'sentry/views/integrationPipeline'],
242242

243+
// admin interface
244+
gsAdmin: ['sentry/utils/statics-setup', path.join(staticPrefix, 'gsAdmin')],
245+
243246
/**
244247
* Legacy CSS Webpack appConfig for Django-powered views.
245248
* This generates a single "sentry.css" file that imports ALL component styles

0 commit comments

Comments
 (0)